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
是组件z-paging在ios系统获取底部安全区域为0导致的,暂时找到的方法是在index.html中 meta标签,添加viewport-fit=cover,但会导致安全区域距离过大,而且键盘弹起后,底部和键盘会有间距。我暂时的处理方式是在输入框聚焦和失焦的时候,将z-paging的props safeAreaInsetBottom 动态赋值true和falsa。希望有更好的处理方式。
The text was updated successfully, but these errors were encountered:
YunaiV
No branches or pull requests
基本信息
是组件z-paging在ios系统获取底部安全区域为0导致的,暂时找到的方法是在index.html中 meta标签,添加viewport-fit=cover,但会导致安全区域距离过大,而且键盘弹起后,底部和键盘会有间距。我暂时的处理方式是在输入框聚焦和失焦的时候,将z-paging的props
safeAreaInsetBottom 动态赋值true和falsa。希望有更好的处理方式。
The text was updated successfully, but these errors were encountered: