cordova-plugin-file icon indicating copy to clipboard operation
cordova-plugin-file copied to clipboard

origFileReader is undefined, so File API is still overriding by this plugin

Open 1aerostorm opened this issue 2 years ago • 0 comments

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.

1aerostorm avatar May 03 '22 21:05 1aerostorm