有问题的机型
- android端平板:HONOR Pad X8
- 型号:AGM3-W09HN
- Android版本: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为竖屏,或可手动旋转屏幕