piernik opened a new issue #190: Error with permissions when app starts for the first time URL: https://github.com/apache/cordova-plugin-geolocation/issues/190 I'm using `[email protected]` with `@ionic/[email protected]` and `@ionic-native/[email protected]`. When device is ready I ask for GPS localization: `this.platform.ready().then(() => { this.geolocation.watchPosition({});}` When I install android app for the first time it asks me for localization permissions but then in background I 'm getting error with no permissions. When I grant permissions I'm still not getting position - so I press `refresh` button which triggers `this.geolocation.watchPosition({});` once again but now I'm getting `Timout` error. I have to close app and start it once again. Is it a bug? Is there a solution?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
