I am using PhoneGap 4.1.2-0.22.12 together with Ionic.
I am using 3 plugins: geolocation, file and camera.
I deploy the .apk to my smartphone, run the installation, open the app, it is not responsive, it is frozen.
When I host the contents of TestApp\platforms\android\assets\www on a local webserver, I see 4 popups (javascript alert()) and infinite entries:
processMessage failed: invalid message: ""
in the Google Chrome console.
Screenshots can be seen here:
I tried searching the error message on google, did not come up with anything good enough to fix the problem. The error message comes up in topics about older PhoneGap builds, but appears to have been fixed.
Any suggestions on how to approach this problem?