I added the platform.ready() function and it worked. Hope this can be helpful for somebody
this.platform.ready().then(() => {
this.getGeolocation();
});
I added the platform.ready() function and it worked. Hope this can be helpful for somebody
this.platform.ready().then(() => {
this.getGeolocation();
});