Phonegap/Cordova - How to work with an application on localhost (instead of available on a remote server)?
1
In the Mendix Cordova documentation, you find the following information: Inside the index.html file, find the following line: 1. startup("http://app.example.com"); and replace the URL with the one for your Mendix app. This works fine with a url of a server, for instance https://fraternit-test.mendix.nl. For development purposes, I would like to use localhost:8080. Is this possible? I can't figure out how...
"I tried to get it working with android and the thing that i did not know is that the developer machine can be reached by 10.0.2.2:portNumber After i set the address right it worked like a charm for me."