We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the software starts, it wants to read the file under the sdcard normally
In fact, reading a file throws an ENCODING ERR error
Through debugging, I found that the sdcard was not mounted when the device was just booted and was mounted after the plugin was initialized
In the case of unplugging the sdcard, start the software and reinsert the sdcard
Android 10 Device
What are relevant versions you are using? cordova-plugin-file 6.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Problem
What is expected to happen?
When the software starts, it wants to read the file under the sdcard normally
What does actually happen?
In fact, reading a file throws an ENCODING ERR error
Information
Through debugging, I found that the sdcard was not mounted when the device was just booted and was mounted after the plugin was initialized
Command or Code
In the case of unplugging the sdcard, start the software and reinsert the sdcard
Environment, Platform, Device
Android 10 Device
Version information
What are relevant versions you are using?
cordova-plugin-file 6.0.2
The text was updated successfully, but these errors were encountered: