Derek

Results 10 comments of Derek

To add more information. I also had to add the WAKE_LOCK permission. I was also getting a "unbound prefix" error when I was trying to do the above work around....

I just downloaded and tried this and had the same issue and I resolved it. First the problem. The JS in the plugin isn't returning a promise. That's why it's...

I ran into this issue during development, and resovled it. It just re-appeared again while I'm pushing my project to release on Android. For me I have three credentials inside...

I am also having a very similar issue. Our problem has been determined to be a touch-event issue. We have to turn on that switch in order for our touch...

I'm adding this in here just because I went through two days of hell with Android. Whenver I recieved a background message it would work if the app was in...

I managed to fix this on my end. Note, I'm new to all of this. I basically had Android Studio installed 4 years ago, played around with it. Now coming...

Adding my voice to the choir. I just ran into this also. Clearing the cache in the simulator fixed it as well.

Thank you for this comment thread. I'm a noob that had an issue sending websockets using an Arduino Nano Uno Rev2. I got it work but as soon as I...

Dude. Always add your code. Let us know what you modified.

If I'm reading this correctly, the PR is for something else. addCompletedDownload let's you just tell the DownloadManager to add a file. I'm currently using it, but it's getting all...