I developed a web application for mobile devices, every customer installs the webapplication on his webserver. So I have this scenario:
Customer 1: application at 210.132.1.23:87
Customer 2: application at 210.2.13.13:9944
…
Customer N: application at 132.1.23.14:112
With Phone Gap Build I was able to make a simple app (= source code) that directly opens the webapp at a fixed address, but I would like to have the option to choose the IP:port, I cannot make N apps one per customer.
Is there a very simple andorid app that does this? Or do you know if it is possible to do this directly with Phone Gap?
Thanks.
Note: Of course it is possbile to develop this feature, anyway since I am totally new to this world, and as far as I can see in the next future all I need is this if Can find it “ready” it would be very good.
I have implemented the similar solution in PhoneGap + jQM. In our case though we have kept a public service which returns list of server to avoid manual typing.
I have put a quick (and dirty) solution in following fiddle. This might not be what you are looking for but may give you some idea. It is more or less what @ChrLipp has already mentioned.
http://jsfiddle.net/dhavaln/qcRuD/
Let me know if you would like to add anything.