-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非全面屏的 Regular 设备,仅支持竖屏的 App 在横屏启动时界面错乱 #1263
Labels
Comments
same issue |
same issue #1257 |
MoLice
changed the title
手机横屏启动的情况下,进入首页后UI会显示异常
非全面屏的 Regular 设备,仅支持竖屏的 App 在横屏启动时界面错乱
Aug 30, 2021
已发布 4.3.0 修复该问题。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug 表现
手机横屏启动的情况下,进入首页后UI会显示异常,如录屏所示,「导航栏和Tabbar」的高度都变小了,状态栏消失不见。
截图
以下录屏为「横屏启动」:
https://user-images.githubusercontent.com/22904757/123778914-322f7680-d904-11eb-9547-92fb3508cb20.mp4
如何重现
0、使用iPhone7,iPhoneSE等「非全面屏且桌面不支持横屏」的设备稳定复现
1、info.plist只勾选Portrait
2、AppDeleagte里实现
3、设置
QMUICMI.supportedOrientationMask = UIInterfaceOrientationMaskPortrait;
4、横屏启动QMUIDemo
可复现的Demo,全局搜索语句"QMUI_iOS/issues/1263" 查看改动的地方
QMUIDemo.zip
预期的表现
手机横屏启动的情况下,进入首页后也会正常显示
其他信息
The text was updated successfully, but these errors were encountered: