I think running your location functions is more likely to be successful if placed in ionViewDidLoad
, as opposed to this.platform.ready
. Running those functions in this.platform.ready
often throws an error referring to getting location before the user takes action, or something like that.
↧
Geolocation Plugin doesn't work on Android
↧