core
    正在准备搜索索引...

    接口 ScreenOrientation

    屏幕方向

    interface ScreenOrientation {
        screenOrientation: "auto" | "portrait" | "landscape";
    }
    索引

    属性

    screenOrientation: "auto" | "portrait" | "landscape"

    屏幕方向,auto 自动旋转(需关闭锁定屏幕方向),portrait 竖屏,landscape 横屏