Ralph

Results 8 comments of Ralph

As above, I hit this when testing on iOS PhoneGap Developer app. I have accidentally commended out the include for Cordova. Try checking and ensuring this in your index; ``

@mikgross I am seeing similar issues since upgrading my firebase-functions version. Did you manage to resolve this?

Example project: https://github.com/ralphcode/capacitor-bug-android-filesystem-blocking/tree/main Output shows blocking; ![blocking](https://github.com/ionic-team/capacitor/assets/24926020/345fa159-ef88-4dca-b0c1-557bb12b0a98)

FYI: I've updated the example project to Capacitor 6 and issue is still persisting: https://github.com/ralphcode/capacitor-bug-android-filesystem-blocking/tree/main ![blocking](https://github.com/user-attachments/assets/e5a9d55b-1249-4187-85eb-8056ff1dbf37)

Hi @phoebusryan - did you find safe workaround for this? I am seeing this too in 0.2.17 and PhoneGap cli-6.3.1 on iOS. Have not tested Android yet. Cheers,

Few immediate suggestions without more info on your environment / set up; 1. Have you included cordova.js in your head section? > 2. Are you running after the device ready...

I'd recommend you start from something like the hello world app if you are new to PhoneGap; [here](https://github.com/phonegap/phonegap-template-hello-world) This outlines when the deviceready() event is called and therefore you should...