We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在小米平板上必现的bug, 跑示例工程就可复现 bug现象: 在小米平板桌面为竖屏状态下, 打开横屏的应用, 然后给应用切换到后台, 再重新打开, 应用显示区域变小, 后边有视频 bug复现条件: 1, 小米平板方向锁定功能关闭 2, 小米平板桌面切换为竖屏显示状态 3, 下载示例工程, 在androidManifest.xml给application添加android:resizeableActivity="false"属性(不允许分屏) 4, 在androidManifest.xml给MainActivity添加android:screenOrientation="landscape"属性 5, 运行工程 6, 保持小米桌面为竖屏状态, 打开app 7, 把app切换到后台 8, 重新打开app 9, app显示区域只有左上角一块
The text was updated successfully, but these errors were encountered:
我也遇到这个问题了 不知道怎么解决 我这边还出现一个问题 竖屏模式下 启动新页面是横屏 返回 上一个界面的文字就会统一放大 必须重新进入app 还正常
Sorry, something went wrong.
No branches or pull requests
Environment
Bug Description:
在小米平板上必现的bug, 跑示例工程就可复现
bug现象: 在小米平板桌面为竖屏状态下, 打开横屏的应用, 然后给应用切换到后台, 再重新打开, 应用显示区域变小, 后边有视频
bug复现条件:
1, 小米平板方向锁定功能关闭
2, 小米平板桌面切换为竖屏显示状态
3, 下载示例工程, 在androidManifest.xml给application添加android:resizeableActivity="false"属性(不允许分屏)
4, 在androidManifest.xml给MainActivity添加android:screenOrientation="landscape"属性
5, 运行工程
6, 保持小米桌面为竖屏状态, 打开app
7, 把app切换到后台
8, 重新打开app
9, app显示区域只有左上角一块
Log:
Screenshot
https://github.com/JessYanCoding/AndroidAutoSize/assets/19440695/6438d729-6717-4b2f-8918-734d141317f9
The text was updated successfully, but these errors were encountered: