in Ionic應用程序如何在啓用位置時自動刷新視圖。離子2刷新視圖
這是我的代碼
this.platform.ready().then((readySource) => {
diagnostic.isLocationAvailable().then(
(isAvailable) => {
console.log('Is available? ' + isAvailable);
this.location.getPostion();
this.location.getCity(location.lat, location.lng);
}).catch((err) => {
console.log(err);
console.log("Please enable your location");
});
});
如果定位功能未啓用時,應用程序啓動我必須殺死應用程序,然後打開位置,重新啓動應用程序來獲得位置。如何在後臺自動更改位置,應用刷新視圖和顯示位置時自動更改