import { ScreenOrientation } from ‘@ionic-native/screen-orientation’;
ionViewDidLoad() {
this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE).then(e =>{
do_some_thing();
});
}
Oh god, I just forget to reinstall screen-orientation.