-
Notifications
You must be signed in to change notification settings - Fork 345
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
Scroller issue when resizing #55
Labels
Comments
Some things I've notices as well:
|
|
Removing the iOS version check here seems to solve the issue for me. The window.innerHeight bug was fixed in iOS 10, but perhaps this method is causing issues with the scroll view. |
Hmm. So should we remove that in this library as well? |
ccorcos
added a commit
to ccorcos/cordova-plugin-keyboard
that referenced
this issue
Jul 25, 2017
cjpearson
pushed a commit
that referenced
this issue
Sep 18, 2017
(cherry picked from commit cf6d21c)
Merged in that change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've created a minimal reproduction here:
https://github.com/ccorcos/cordova-scroller
Its just a screen with an input (1). However, when the keyboard shrinks the view, the scrollView somehow thinks that there's room to scroll and when you attempt to scroll, it shows a scrollbar on the side (2). This is really annoying when you have actual content onscreen because if you overscroll, this scrollbar turns on and you cant continue scrolling your content until the momentum dies on the scrollview.
(1)
(2)
The text was updated successfully, but these errors were encountered: