Reputation: 133
I like to know if is possible to get the location ot an android tablet using Jquery mobile/Phonegap
Upvotes: 2
Views: 9299
Reputation: 2807
Yes, you can use the navigator.geolocation.getCurrentPosition
function.
Here is the official doc: http://docs.phonegap.com/en/2.8.0/cordova_geolocation_geolocation.md.html#geolocation.getCurrentPosition
Upvotes: 2