Found the issue… Is the cordova plugin file that override the FileReader. Removing this plugin the same code works well…
I’ve to investigate how to solve this issue because that plugin is mandatory for the camera plugin…
Found the issue… Is the cordova plugin file that override the FileReader. Removing this plugin the same code works well…
I’ve to investigate how to solve this issue because that plugin is mandatory for the camera plugin…
If someone has the same problem I created a fork of the cordova plugin including the fix for backendless.
This is the repository
https://github.com/rizemesh/cordova-plugin-file
Michele, thank you for looking into it. It is very much appreciated!
Hi Michele,
I have refactored the SDK, so you no longer need to modify cordova plugin.
Please try it (on github master) and let us know the results.
Regards, Ilya
Hi Ilya,
just tried and it works perfectly!
Well done!