You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/31 09:40:04 UTC

[GitHub] [cordova-plugin-geolocation] selmo47 edited a comment on issue #199: Do not work if the location previously was turn off and we turn on during the app usage

selmo47 edited a comment on issue #199:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/199#issuecomment-955667273


   Try
   ```javascript
   Geolocation.getCurrentPosition(
     { 
       enableHighAccuracy: true,
       maximumAge: 0 /* Force the plugin to request the positon  and not use cached positions */
     })
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org