I am trying to develop an UI5 based application for Android using Phonegap. Therefore I used a demo application that is just adding a simple page. Executing this application on the web server is working, access the index file from local file system is causing:
jquery-mobile-custom.js. Received an invalid response. Origin 'null' is therefore not allowed access.
as cross domain access is forbidden
Using phone gap is showing an empty window. Does phonegap also check for cross domain access and if yes how can this be resolved? Is there a way to show phonegap's js error messages?