Animated.ScrollView's hidden scrollbar has interact-able force/3D Touch Bar. #26632
Labels
API: Animated
Bug
Component: ScrollView
Stale
There has been a lack of activity on this issue and it may be closed soon.
In iOS 13 Apple introduced a new scroll indicator quick scroll that can be toggled by force touching (pressing hard and holding) the scroll indication. In my React Native app, there's a Animated.ScrollView component (horizontal) which has
showsHorizontalScrollIndicator={false}
. Even though the scroll indicator is disabled, if you force touch where the indicator is supposed to be, it'll move the contents of the scrollview at an accelerated speed.I believe this is not intended behaviour as the quick scroll interferes with the intended scroll behaviour. Also not sure if this happens with a vertical scroll bar either, but possible I guess.
React Native version:
Steps To Reproduce
showsHorizontalScrollIndicator={false}
Describe what you expected to happen:
The user should not be able to interact with the scroll indicator in any way.
The text was updated successfully, but these errors were encountered: