You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the overScrollHorizontal work in portrait?
Is this limited to the landscape orientation not working as expected?
EDIT:
Sorry I didn't read correctly.
Yeah seems like there is a bug with screen rotation which mixes up vertical and horizontal limits, and maybe even a second one not applying the vertical one correctly.
Sadly the time investment from our side on this project is currently very limited, however, if you can find a fix and open a PR yourself we can review and merge it.
How do I?
As you can see here I’ve added
I’m trying to never let the content overscroll, and it works vertically, but doesn’t work horizontally. (I’m in landscape orientation)
Notice here the black bars left, where I can move the child view. It should stop before showing the black bars.
When I’m using portrait orientation the vertical overscroll property is ignored and I can scroll a lot
Version used
The text was updated successfully, but these errors were encountered: