-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How's the mobile support and the suggestion #2
Comments
Didn't catch that issue.. I will try to solve it! |
I just tested on iOS and it's working with tihs package.
this package also supports |
Any updates on this? Still broken for in-app browsers which is what the original issue states. |
I think additional documentation is now needed, since the onSuccess and onFail functions are not applicable anymore when using |
Hi this is my config:
any advice how to solved it? |
It doesn't work for me either. In the desktop browser, it opens a pop-up to perform the login, if it tries to do the same in an embedded browser it will fail, which is what I think is happening. |
At first glance, the source code is based on keppelen/react-facebook-login. And there is a big unsolved issue on Mobile, especially newer iOS safari.
The more interesting is that you remove the
isMobile
anddisableMobileRedirect
in this package.That comes the question, how did you slove It?
I think this is the most interesting thing that encourage others to use this package, and you might want to add in Readme 😄
By the way, I didn't use official version, because the bad typescript support, I need to use the fork version to get
render
. Hope this package could replace successfully 👍The text was updated successfully, but these errors were encountered: