keppelen / react-facebook-login

A Component React for Facebook Login
1.18k stars 406 forks source link

has anyone been able to solve #234 #316

Open awesomeo99 opened 3 years ago

awesomeo99 commented 3 years ago

I have tried everything suggested here but I still cannot login with facebook on mobile safari in iphone11+

The white blank screen won't close and the logged-in page is behind it. has anyone been Able to solve this problem in iphone11 safari?

Nases commented 3 years ago

Did you try passing disableMobileRedirect={true} on <FacebookLogin />? It is not explicitly documented but it worked for me.