Reputation: 61
I'm new with phonegap and I want to switch user to location settings in android to enable GPS if it is disabled, Is there a way to do that or a way to enable GPS directly ?? thanks in advance.
Upvotes: 3
Views: 4457
Reputation: 61
finally i found the answer: first:used gps detector plugin to check gps statues then:used webintent plugin to open location settings useful links: use plugin: Starting activity from phonegap plugin-webIntent
how to write java code to start location settings: How to redirect towards GPS setting window in android or ios using phonegap for on or off a GPS
Upvotes: 3