maxymczech opened a new issue #1034: URL: https://github.com/apache/cordova-android/issues/1034
# Bug Report ## Problem ### What is expected to happen? I expect this code to read my file, it worked fine in `[email protected]`: ``` const reader = new FileReader(); reader.onloadend = function() { ... } reader.readAsArrayBuffer(file); ``` ### What does actually happen? Read fails with `ERROR_CODE: 1` ## Information I run application on Samsung A90, running Android 10 ### Command or Code ``` const reader = new FileReader(); reader.onloadend = function() { ... } reader.readAsArrayBuffer(file); ``` ### Environment, Platform, Device I run application on Samsung A90, running Android 10 ### Version information `[email protected]` ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ x ] I searched for existing GitHub issues - [ x ] I updated all Cordova tooling to most recent version - [ x ] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
