竖屏页面A跳转待横屏页面B返回后,页面A变成横屏,且无法自动旋转屏幕,如何解决?
有问题的机型 android端平板:HONOR Pad X8型号:AGM3-W09HNAndroid版本:10微信版本:8.0.50代码 页面A只有一个按钮,页面B,只有一个webview <web-view src="https://www.baidu.com"></web-view>
页面B配置 {
"pageOrientation": "landscape",
"renderer": "webview"
}
app.json {
...
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"resizable": true
}
期望 页面B返回到页面A,页面A为竖屏,或可手动旋转屏幕