简体   繁体   中英

Access iPhone Location Services with phonegap

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>

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM