barakataboujreich opened a new issue #399: URL: https://github.com/apache/cordova-plugin-file/issues/399
hello, i need to read files from the device at the start of my app launch, and according to Chrome quirks Chrome filesystem is not immediately ready after device ready event. so i tried using filePluginIsReady event, but this event does not fire, even when the filesystem is ready and i am able to read files. i tried to subscribe to the event at the first page index.html, i tried to subscribe to the event at $(document).ready, i tried to subscribe to the event at deviceready event, but nothing worked for me. also when i try to call window.isFilePluginReadyRaised i get undefined in console. i am using: cordova-plugin-file: 6.0.2 cordova: 9.0.0 android: 8.0.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
