-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
微信小程序安卓兼容问题:软键盘弹出状态下页面显示异常 #16830
Comments
This was referenced Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: v3.6.4
使用框架: React
复现步骤
从10月23日开始,陆续有安卓的用户反馈的一个线上问题,经过反馈试验发现了必现场景。
tab页a页面有flex上下布局的2个组件,A组件flex:1,A组件内部有一个scrollView,B组件显示在底部,从a页面跳转到一个非tab页的b页面,b页面弹出软键盘,如果在b页面没有关闭软键盘的情况下就返回a页面,会导致a页面的B组件不显示了。
如果先关闭软键盘再返回a页面就没有问题。
由于最近没有发版,猜测是不是微信小程序或者taro发的什么内容导致了这一问题,所以来求助一下
恳请大佬看看期望结果
不管软键盘是否关闭,都不用影响下一页面的显示
实际结果
软键盘弹出不关闭就返回上一页,会影响到上一页的显示
环境信息
补充信息
运行taro info,我的电脑提示zsh: command not found: taro,所以环境信息是复制其他人的
The text was updated successfully, but these errors were encountered: