Is it possible to access iPhone location settings with phonegap?
What i want to do is provide a link from the App to “Settings -> Location Services”
Thanks
SOLVED
I did a quick test and this works:
<a href="prefs:root=LOCATION_SERVICES">test</a>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With iOS 5.0 you can open the Settings application by using the
prefs://“protocol”. This will not work on versions earlier than iOS 5.Edit: you should also be able to specify where in the settings application by using that type of URL, just to clarify.