Yes, I do call my location functions from within ionViewDidLoad
- I omitted that from my sample as it was already mentioned higher in the post. The call-stack is basically ionViewDidLoad
--> this.platform.ready
--> geolocation.
I've seen numerous references stating that all native plugins should be executed/initialized from within this.platform.ready
, but perhaps that's not the case any longer?