cordova-plugin-file
cordova-plugin-file copied to clipboard
origFileReader is undefined, so File API is still overriding by this plugin
I will not fill that issue, because Apache willn't fix plugin anyway
I will just post a work-around:
<script>
var FileReader0 = FileReader
</script>
<script src="cordova.js"></script>
And it works with Cordova 11.
https://github.com/apache/cordova-plugin-file/blob/master/www/FileReader.js#L27 it doesn't.