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 表现 在项目启用了配置表的情况下, 项目里的输入框键盘外观将被强制指定为与配置表相同的值,而无法存在差异值。
如何重现
KeyboardAppearance
UIKeyboardAppearanceDefault
keyboardAppearance
UIKeyboardAppearanceDark
预期的表现 如果业务没指定键盘样式,则应跟随配置表,如果业务指定了,则跟随业务的值,不考虑配置表。
其他信息
The text was updated successfully, but these errors were encountered:
该 bug 原因是在 QMUITheme 里有这么一段逻辑:
正是这段逻辑覆盖了 keyboardAppearance 的值,导致业务不管怎么修改,最终都会使用配置表的。
Sorry, something went wrong.
已发布 4.1.0 修复该问题。
No branches or pull requests
Bug 表现
在项目启用了配置表的情况下, 项目里的输入框键盘外观将被强制指定为与配置表相同的值,而无法存在差异值。
如何重现
KeyboardAppearance
设置为UIKeyboardAppearanceDefault
。keyboardAppearance
设置为UIKeyboardAppearanceDark
。预期的表现
如果业务没指定键盘样式,则应跟随配置表,如果业务指定了,则跟随业务的值,不考虑配置表。
其他信息
The text was updated successfully, but these errors were encountered: