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 2019/11/12 09:21:28 UTC

[GitHub] [cordova-plugin-geolocation] aredsterz commented on issue #175: Ionic 3 : geolocation.watchPosition not getting fired in some Android version 9 devices?

aredsterz commented on issue #175: Ionic 3 : geolocation.watchPosition not getting fired in some Android version 9 devices?
URL: https://github.com/apache/cordova-plugin-geolocation/issues/175#issuecomment-552806529
 
 
   Hi @kapilSoni101 , I found that  some device especially android 9  not support for webview  navigator.geolocation. (return not found module navigator.geolocation). 
   `var geo = cordova.require('cordova/modulemapper').getOriginalSymbol(window, 'navigator.geolocation');`
   So, you can try this plugin:
   https://www.npmjs.com/package/cordova-plugin-locationservices
   This plugin using google play service location.
   
   
   

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