filePluginIsReady event is never fired in chrome when using cordova-plugin-file
问题 I am now developing a cordova app whitch platform is browser(Chrome). I failed when using the cordova-plugin-file to read a file. According to the document of cordova-plugin-file : Chrome quirks, It said that: Chrome filesystem is not immediately ready after device ready event. As a workaround you can subscribe to filePluginIsReady event....You can use window.isFilePluginReadyRaised function to check whether event was already raised. I wrote my code like this : document.addEventListener(