You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/22 10:27:09 UTC

[GitHub] [cordova-plugin-file] barakataboujreich opened a new issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] barakataboujreich commented on issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

Posted by GitBox <gi...@apache.org>.
barakataboujreich commented on issue #399:
URL: https://github.com/apache/cordova-plugin-file/issues/399#issuecomment-647461212


   oh okay, my bad.
   
   then on android/IOS the plugin should be ready on deviceready event ?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] barakataboujreich closed issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

Posted by GitBox <gi...@apache.org>.
barakataboujreich closed issue #399:
URL: https://github.com/apache/cordova-plugin-file/issues/399


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] breautek commented on issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #399:
URL: https://github.com/apache/cordova-plugin-file/issues/399#issuecomment-647460353


   I believe `filePluginIsReady` is a browser platform thing only, not an android thing.
   
   If you're using the browser platform, then please include the browser platform version and the browser version you're observing the issue.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] breautek commented on issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #399:
URL: https://github.com/apache/cordova-plugin-file/issues/399#issuecomment-647468062


   > then on android/IOS the plugin should be ready on deviceready event ?
   
   Correct. 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] breautek commented on issue #399: window.isFilePluginReadyRaised undefined and filePluginIsReady event doesn't fire

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #399:
URL: https://github.com/apache/cordova-plugin-file/issues/399#issuecomment-647468869


   At least i never used `isFilePluginReadyRaised` in my apps. I almost closed this ticket saying it isn't a cordova thing, but then I doubled check 😂😅
   
   That event is listed under browser quirks.
   
   Do let me know if this clears stuff up


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org