Ralph
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; 
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 
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...