Andrew Lindzon

Results 15 comments of Andrew Lindzon

Cordova 9 will not work with your plugin. Using 8 it does work as long as I keep android target API at 26. If I switch the target API to...

I had an issue with the camera on any snapdragon device. I found replacing the default camera app with just about any other one from the playstore fixed it. I...

anyone have a fix for capacitor?

binding appears to work except when I set the model back to null which should restore the box to the watermark, but it does not. Perhaps there is a fix...

I also had to fix a bug in recent Android releases. for pendingintents you need to have a FLAG_MUTABLE or the opposite. So I had to edit ForeGroundService.java adding |...

No, Anyone else find a solution? My assumption is I will have to rewrite my communications for IOS to use their library instead of generic code that can work on...

I think i did. Android the fix was simple, iOS does not seem to work anymore. see [https://github.com/katzer/cordova-plugin-background-mode/issues/576](url)

I just wanted to add how totally impressed i am with both the functionality and the documentation. This is a really professional job and really helped my project. Still curious...

I had the same issue but approached a different way. I only modify the visibility to make it not. not sure which is more efficient, you way or my way....