vue-google-signin-button icon indicating copy to clipboard operation
vue-google-signin-button copied to clipboard

Not working for Quasar/Cordova Android

Open joshuagamboa opened this issue 7 years ago • 3 comments

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!

joshuagamboa avatar May 06 '18 03:05 joshuagamboa

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

phanan avatar May 13 '18 20:05 phanan

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.

SeedyROM avatar Jun 08 '18 17:06 SeedyROM

@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.

5hanth avatar Apr 10 '19 04:04 5hanth