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 :
Solution 1:
one thing why this could have happened is that probably the time you attached to the filePluginIsReady the event was already fired. Try to subscribe to the event in the appStart.js or the first file in your app. It worked for me
Post a Comment for "Filepluginisready Event Is Never Fired In Chrome When Using Cordova-plugin-file"