The problem
When using FlatList with inverted prop, the mouse scrolling direction is also inverted. I'm not sure if this is an issue per se, but I think only the content of the list should be inverted and not the direction of the scroll. I worked on an implementation for the same feature for the RLV and I tried to handle this on the onWheel event reversing the scroll direction of the container. This only happens on desktops, mobiles scroll is different so it works fine there.
How to reproduce
Just using the FlatList with inverted={true}
https://codesandbox.io/s/y21534vlyx
Expected behavior
Invert list content but keep mouse scrolling direction unchanged
Environment (include versions). Did this work in previous versions?
- OS:
- Device:
- Browser: Chrome, Safari
- React Native for Web (version):^0.8.3
- React (version): 16.4
Is this something that could be done here as well?
Thanks!
The problem
When using FlatList with inverted prop, the mouse scrolling direction is also inverted. I'm not sure if this is an issue per se, but I think only the content of the list should be inverted and not the direction of the scroll. I worked on an implementation for the same feature for the RLV and I tried to handle this on the onWheel event reversing the scroll direction of the container. This only happens on desktops, mobiles scroll is different so it works fine there.
How to reproduce
Just using the FlatList with inverted={true}
https://codesandbox.io/s/y21534vlyx
Expected behavior
Invert list content but keep mouse scrolling direction unchanged
Environment (include versions). Did this work in previous versions?
Is this something that could be done here as well?
Thanks!