Skip to content
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

Not working for Quasar/Cordova Android #14

Open
joshuagamboa opened this issue May 6, 2018 · 3 comments
Open

Not working for Quasar/Cordova Android #14

joshuagamboa opened this issue May 6, 2018 · 3 comments

Comments

@joshuagamboa
Copy link

I tried to use this on a Quasar app and built it on Android.When tapping/clicking the sign in button on a mobile device, the sign in window is not showing up. On a regular web app the window is showing normally. It would be cool if it can be made to work on Android/iOS via Cordova as this is the simplest implementation so far of Google sign In. Good job so far, thanks!

@phanan
Copy link
Owner

phanan commented May 13, 2018

Too bad I know next to nothing about mobile development. If anyone wants to tackle this, I'll be happy to consider.

@SeedyROM
Copy link

SeedyROM commented Jun 8, 2018

You probably can't open new windows in Cordova and other application wrappers, this would require a modal overlay that could appear over the screen.

@5hanth
Copy link

5hanth commented Apr 10, 2019

@phanan looks like library is using different click handler to open the popup. @click.native handlers appear to work all the time on webview if not @click. I guess there is something to do with auth2.attachClickHandler way of handling clicks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants