我在ipad上遇到ScreenOrientation ionic-Native组件的问题。 我按照这个方向锁定了横向方向
this.screenOrientation.lock(this.platform.is('tablet') ?
this.screenOrientation.ORIENTATIONS.LANDSCAPE :
this.screenOrientation.ORIENTATIONS.PORTRAIT)
.catch(console.error);
在ipad上,当我在横向原型中启动我的应用程序时,它可以正常工作,但是当我在横向二次启动时,我的应用程序会自动旋转并翻转。