示例#1
0
 ionViewWillUnload() {
    // remove zoom type on unload
   this.highChartsData.chart = { zoomType:'' };
   ScreenOrientation.unlockOrientation();
 }
示例#2
0
 ionViewDidLoad() {
   ScreenOrientation.lockOrientation('landscape');
 
 }