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
1、适配是下方有一小块空白 2、当屏幕翻转的时候,适配就不成功了
The text was updated successfully, but these errors were encountered:
第一个问题看这里 #8
第二个问题,有框架的一部分原因没有及时更新屏幕的尺寸,但是你自己也需要根据横屏提供适配的布局,比如这个页面一旦旋转,宽度变为了 2248px,还是以宽为基准,那我框架适配后只能让布局的宽度完全覆盖屏幕宽度,但是高度肯定会超出屏幕的,因为只能以宽或高中的一个为基准原因,请看上面的链接
Sorry, something went wrong.
cd0a84c 已修复,下个版本,发布
No branches or pull requests
Environment
Bug Description:
1、适配是下方有一小块空白
2、当屏幕翻转的时候,适配就不成功了
Log:
Screenshot
Related Code:
Others:
The text was updated successfully, but these errors were encountered: