vue-google-signin-button
                                
                                 vue-google-signin-button copied to clipboard
                                
                                    vue-google-signin-button copied to clipboard
                            
                            
                            
                        Not working for Quasar/Cordova Android
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!
Too bad I know next to nothing about mobile development. If anyone wants to tackle this, I'll be happy to consider.
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.
@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.