我正在使用 cordova-plugin-file 通过 readAsArrayBuffer 方法读取我的 mp3 文件。它适用于小于 20mb 的文件,但对于较大的文件,它会导致应用程序因此错误而崩溃。(我正在使用人行横道浏览器)
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*)
我很困惑问题是什么。问题是来自xwalk 还是cordova-plugin-file?请帮助我,因为这个插件只能读取小于 20mb 的文件。