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