Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
Android
-
Important
Description
I'm using cordova-plugin-file to read my mp3 file with readAsArrayBuffer method.
It works perfect with file less than 20mb, but the larger it causes the app to crash with this error. (I'm using crosswalk browser)
E/chromium( 3330): [ERROR:simple_index_file.cc(223)] Failed to write the temporary index file
E/chromium( 3330): [ERROR:runtime_javascript_dialog_manager.cc(69)] Not implemented reached in virtual void xwalk::RuntimeJavaScriptDialogManager::ResetDialogState(content::WebContents*)
So I'm confusing that "is the problem come from xwalk or cordova-plugin-file?"
Please help me because this plugin can only read file smaller than 20mb size.
Attachments
Issue Links
- duplicates
-
CB-7862 FileReader reads large files in a single chunk causing OOM exceptions
- Closed