Is there a way to make the app to ask for geoloc permissions at start? or does it necessarily have to wait until the first use of the plugin (e.g. the first call to getCurrentPosition()
) ?
Can’t speak to iOS, but on Android, you might try AndroidPermissions.
1 Like
Does anyone know how to do it for iOS?