-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
Description
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.