HarmonyOS 鸿蒙Next自定义相机,横屏状态下预览不旋转。
HarmonyOS 鸿蒙Next自定义相机,横屏状态下预览不旋转。
1 回复
一进来设置了屏幕为横屏
aboutToAppear(): void {
window.getLastWindow(getContext()).then((windowClass) => {
windowClass.setPreferredOrientation(window.Orientation.LANDSCAPE).then(res=>{
})
})
}