how capturing geolocation with device offline - cordova
问题 I am developing an application using the cordova and found a need to take the data of latitude and longitude of the User, but my application will be used offline (without internet access). I'm with two questions: 1 - How to check if the unit is active GPS or not? 2 - How I can get the latitude and longitude Offline without internet connection? It's possible? 回答1: I´ll try to answer you: 1.- There you have the way to use PhoneGap GeoLication API to check location, and if GPS is enabled. Check