ParanoidAndroid

Results 111 comments of ParanoidAndroid

Same issue down to plugin version 5.2.3 All good with 5.1.1, aside from the crash reports on Play Store, see #440

> Personally i did not use cordova 9 yet, there are some issues in the way of handling promises, If i were you I would do the compilation with cordova...

Any updates? I tried downgrading to [email protected], plugin version 7.0.2 and still the same issue on Android 9 Play Services 19.6.29

@grumpygary with [email protected], plugin version 7.0.2, cordova-ios 4.5.5 it is all good on iOS

The only solution for us is to keep using version 7.0.2 of the plugin

Hi @EddyVerbruggen , using `5.1.1`

@EddyVerbruggen is there an updated version? Anyway, my js code for login is: ``` // Cordova googleplus plugin window.plugins.googleplus.login( { // scopes: authIds.google.SCOPE, // optional, space-separated list of scopes, If...

Are you saying there is not a solution? What about checking if `savedCallbackContext ` is null? Btw, when is `this.mGoogleApiClient == null` true?

Thanks, I will. I will also try to reproduce the issue locally Best, Mirko On 9 October 2017 at 14:53, Eddy Verbruggen wrote: > From memory: it's null in case...

This is still happening. I am not able to reproduce it though, so it is hard to find a fix.