ParanoidAndroid

Results 20 issues of ParanoidAndroid

Hi All, #320 is still an issue in both Android and iOS `xhr.status` returns `0` in Android 9, the proposed solution works.

Hi All, we are still having the issue mentioned in #204 `Service not registered: de.appplant.cordova.plugin.background.BackgroundMode$1@a3fba9d` Since it does not happen often, is it a race condition? Or is the app...

Hi, `$this->app->make('Lunaweb\EmailVerification\EmailVerification')->sendVerifyLink($user);` does not do anything, no errors, no emails sent. Sending emails (via mailgun) is all set up and working. What am I missing?

It would be great if the million marker example had a way to add a `click` event to each marker. I tried to implement it myself looking at the other...

Hi All, just wondering if this project is still maintained, latest commits are pretty old. Cheers

Hi there, I get a lot of crash reports like this: ``` java.lang.RuntimeException: at android.app.ActivityThread.deliverResults (ActivityThread.java:4921) at android.app.ActivityThread.handleSendResult (ActivityThread.java:4964) at android.app.ActivityThread.access$1600 (ActivityThread.java:221) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1848) at android.os.Handler.dispatchMessage (Handler.java:102) at android.os.Looper.loop...

Dear All, We got an email from Google saying they identified the use of an authentication flow from an embedded browser in our app which uses this plugin for authentication,...

I built the demo Cordova app adding only: ``` { webClientId: 'XXXYYYZZZ', offline: true }, ``` The consent screen shows itself over and over after tapping on "Allow", it does...

On the time picker, is it possible to achieve the infinite scroll like the HTML5 input time? i.e from 0 scroll back to 59, 58 etc...? Thank you

Hi All, we noticed that when compiling against API 32 or 31 on Android, the account selector is shown only on the first login. Calling `logout()` or `disconnect()` does not...