-
Notifications
You must be signed in to change notification settings - Fork 16
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
doesn't work without native twitter installed #2
Comments
Hmm that is interesting! I have been noticed about this issue and I didn't know how to solve it. I shall look into that! :) |
If you do solve it, you will probably become the main fork of this plugin. I have this issue, and I see people complaining about this everywhere (Ionic forums, SO, comments of tutorials, etc.). You'd also receive my eternal gratitude 👍 |
Is it even possible to do web based login like you can with FB? I thought the app had to be installed regardless? |
Hello! I have the same problem when the native twitter app is not installed the plugin does not work and generated "failed login session" error. Do you have any solution for this? |
Hi. I have twitter app installed on mu device. |
In the twitter app account [ https://apps.twitter.com/ ] where u generated the api keys, put the callback URL as twittersdk:// and then try to login from your app. It will work smooth. ^^ |
any solution for this issue? |
@kushaldias, @NavKumarV did anyone manage to get the Native Login working? |
Yeah, native login works fine. As long as you have the Twitter app installed on your phone. |
I can't manage to get the Native login working in iOS... it works ok on android. Any hint? thanks! |
Without any more info than "Its not working", not really ;) But here's a general guideline:
Good luck! |
like ManifestWebDesign:master, this one doesn't work without native twitter app installed on the device.
I'm using firebase and for interim my solution is to use https://ionicframework.com/docs/native/app-availability/ to check if twitter is installed.
If twitter is not avail, use cordova in-app-brwser
https://firebase.google.com/docs/auth/web/cordova
The text was updated successfully, but these errors were encountered: