React-Native Webview and Facebook Login Not Working

I have an issue with an interactive web browser and Facebook login through a modal window. Login works in mobile browsers, but when I try to login through the app, I see a white screen.

Steps to reproduce:

  • Click the login button on my site.

  • Enter your username and password in the FB text box and submit the form

  • See the white screen

I think the problem is the same as this stackoverflow question , but I don't know how I can handle this using native-native.

Can someone help me how can I deal with this problem using native-native?

+3


source to share





All Articles