I'm asking you a question during the production of the React Native Web View app!

Asked 2 years ago, Updated 2 years ago, 119 views

I have a question because there was a problem while producing the webview app.

With Android permission in the app.json file

“permissions”: [
  “ACCESS_COARSE_LOCATION”,
  “ACCESS_FINE_LOCATION”
]

I'm giving it to you, but if you press the GPS button on Android,

Application does not have sufficient geolocation permissions.

That's the error. I'm asking you a question because it's blocked while searching.

webview react

2022-09-21 10:18

1 Answers

https://developer.android.com/training/permissions/requesting

Request permission.


2022-09-21 10:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.