mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(geolocation): add notes for iOS platform
This commit is contained in:
parent
247a1a1d74
commit
6862389651
@ -117,6 +117,14 @@ export interface GeolocationOptions {
|
|||||||
*
|
*
|
||||||
* This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
|
* This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
|
||||||
*
|
*
|
||||||
|
* For iOS you have to add this configuration to your configuration.xml file
|
||||||
|
* ```xml
|
||||||
|
* <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
|
||||||
|
* <string>We want your location! Best regards NSA</string>
|
||||||
|
* </edit-config>
|
||||||
|
* ```
|
||||||
|
*
|
||||||
|
*
|
||||||
* @usage
|
* @usage
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user