<ScrollView /> horizontal cannot be scroll using drag on desktop browsers #2122
Labels
needs: issue template
Issue is missing the required issue template fields
resolution: cannot reproduce
The reported issue could not be reproduced
The problem
We use react-native-web to port our react-native application into a Web application.
I am using a
horizontal
<ScrollView />
.We rather not have to use the
showsHorizontalScrollIndicator
on desktop.Without it there's no way to scroll unless user hold
shift
and use the scroll when hovering.This is not user friendly at all.
How to reproduce
Expected behavior
I expect the
<ScrollView horizontal />
to be scrollable on the web with theonDrag
Environment (include versions). Did this work in previous versions?
0.17.1
17.0.2
0.64.2
[email protected]
The text was updated successfully, but these errors were encountered: