Is it possible to set up a localhost server on Android so that a browser window can access the device's GPS coordinates?
I'd like to be able to access the GPS coordinates in Javascript inside a browser window.
Now I could simply send the GPS coords to the server and read from within the browser window by reading off the server, but I was wondering if there was any way to send the GPS coordinates from the device straight into the browser window without having to go through a remote server?
It would be really great to be able to access the GPS coordinates directly from http://10.0.2.2:9999
Many thanks in advance,