Martin Bech
Martin Bech
We have just experience the same issue. We have an instance where a user is downloading aprox 65 files. When using **cordova-plugin-file-transfer** all is fine, but since thats deprecated, we...
@luce78 That very interesting. Our useage is very similar, as we are writing about 65 files at once to the local filesystem for caching/offline use. and thats when the webview...
I just tried debugging this some more.. If I log the **onload** or **onerror** event when testing, I get the full event body. But somehow our users, when hitting the...
> Have you tried to downgrade the plugin @sithwarrior ? Or did you get it working (if so how)? Lots of unmerged PR waiting on a new release here even...
> This error happens in ios. The problem is that you don't have permissions to access to the url reference, you can try to add the rights "allow" tags on...
Any update on this? I see there is a PR [781](https://github.com/apache/cordova-plugin-camera/pull/781) After updating to the latest version of the camera plugin, our Android Crashes and ANR in the Play Developer...
@breautek anything we can do to push the PR along? We are seeing a bit of crashes of users with non default camera apps.
I see the exact same problem, very rarely but also only on iOS.
So whats the verdict on this? Does enabling the background mode before image capture, fix this? @ikamikaz3 ?
@coderroggie @ikamikaz3 Thanks for the response guys. Will try updating the camera plugin.