You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/geolocation/README.md
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -126,26 +126,6 @@ The following are the properties of the options object that you pass to the geol
126
126
127
127
## Known issues
128
128
129
-
### Version conflicts with Google Play Services
130
-
131
-
If you have installed multiple plugins that use the Google Play Services you might run into version conflicts. For example, you may encounter the error below when using the [nativescript-google-maps-sdk](https://github.com/dapriett/nativescript-google-maps-sdk) plugin:
To fix that error, you might pin the version number in your `app/App_Resources/Android/before-plugins.gradle` file (if the file does not exist, create it):
138
-
139
-
```gradle
140
-
android {
141
-
// other stuff here
142
-
143
-
project.ext {
144
-
googlePlayServicesVersion = "16.+"
145
-
}
146
-
}
147
-
```
148
-
149
129
### openSettingsIfLocationHasBeenDenied on Android API level 30
150
130
151
131
If the user declines the permission twice during the installation lifetime of the app on Android API level 30 , the user won't be taken to the settings even if the `openSettingsIfLocationHasBeenDenied` option is true for `enableLocationRequest()`.
0 commit comments