You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/21 02:15:49 UTC

[GitHub] crapthings edited a comment on issue #110: Timeout exception Android 9

crapthings edited a comment on issue #110: Timeout exception Android 9
URL: https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414527208
 
 
   same here to
   android 7 
   android 8
   
   ```js
   testGeo = () => {
       alert('try')
       get(navigator, 'geolocation.getCurrentPosition') && navigator.geolocation.getCurrentPosition(resp => {
         alert(JSON.stringify(resp, null, 2));
       }, err => {
         alert(JSON.stringify(err, null, 2));
       }, {
         enableHighAccuracy: true
       });
     }
   ```
   
   works on ios but not android

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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