jagatb880 opened a new issue #228:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/228


   this.geolocation.getCurrentPosition(this.options).then((resp) => {
   
   this above method doesn't return any thing when there is no internet 
connection in old redmi and lenovo mobiles, but when internet if on it returns 
the lat and long.
   
   this issue arises on 
   
       "cordova-plugin-geolocation": "^4.1.0",
   
       "@ionic-native/geolocation": "^5.32.0",
       
   import { Geolocation } from '@ionic-native/geolocation/ngx';
   
   
   
   but the same isssue is not happending in old versions of plugin
   
   
       "cordova-plugin-geolocation": "^4.0.1",
   
       "@ionic-native/geolocation": "^4.18.0",
   
   import { Geolocation } from '@ionic-native/geolocation';


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to