-
Notifications
You must be signed in to change notification settings - Fork 771
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
移动端 ScrollView 滚动区域/下拉刷新 中使用 inputItem ,键盘弹起输入内容会造成页面整体上浮导致无法滚动 #184
Labels
Comments
xxyan0205
added a commit
that referenced
this issue
Aug 15, 2018
…ntainer and content size compare before scroller setDimensions because some android device keyboard pulling up causes scrolling exception[#184]
xxyan0205
added a commit
that referenced
this issue
Aug 15, 2018
xxyan0205
added a commit
that referenced
this issue
Aug 15, 2018
xxyan0205
added a commit
that referenced
this issue
Aug 16, 2018
…ntainer and content size compare before scroller setDimensions because some android device keyboard pulling up causes scrolling exception[#184]
ios 和 android, 只要键盘一旦弹起,scrollview就会失效,手动reflowScroller也不起作用(1.5.5版本) |
我也发现了这个bug, 请尽快解决啊 |
@xxyan0205 |
上面pr修复过一次,请先是否与Issue描述中是同样问题?如果确实是同样问题,我们先需要复现,所以需要提供详细的版本,设备,环境信息。 |
�安卓系统10.0。华为荣耀手机出现该问题。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mand Mobile Version
1.5.5
OS Version & Browser Version
android
Node Version, Package Management Tool
node 10
Recurring Links
无
Recurring Steps
1、移动端 ScrollView 滚动区域/下拉刷新 中使用 inputItem ,键盘弹起输入内容会造成页面整体上浮导致无法滚动,
2、同时 inputItem 在 scrollView 中进行手指滑动,无法滚动
Expectant Behaviors
1、移动端键盘弹出,inputItem 在 scrollView 中能自动展示在可见区域
2、inputItem 在scrollView 中手指滑动也能使页面滚动
Actual Behaviors
The text was updated successfully, but these errors were encountered: