user3209380
user3209380

Reputation: 169

GPS status in phonegap

I am new in Phonegap. I want show user location via network or GPS. I want to know GPS status, like GPS now is off or enable or disable? And if GPS is off, the app go to settings for on GPS, if GPS is disable, GPS be on. I don't know, Can i find this with phonegap or should write a plugin for this? I mean, i should write a plugin for android and another plugin for IOS?

Thanks for your help :)

Upvotes: 0

Views: 1359

Answers (1)

Paranoid Android
Paranoid Android

Reputation: 5047

There is a plugin for Android here and another here

on iOS, the error callback will tell you the location services are disabled if that is the reason it was not able to locate.

Upvotes: 1

Related Questions