Closed robertherber closed 1 month ago
Implemented in #1128.
Implemented in #1128.
Yeah, for iPad! ;) Web would still be an open feature request! :)
Oh, right. Reopening :>
This looks like a duplicate of https://github.com/software-mansion/react-native-gesture-handler/issues/800.
@j-piasecki Looks very much so.. 🤦♂️😂
I'm looking for a natural behaviour on touchpads. Using the PanResponder requires pressing down on the touchpad and dragging while pressing - whereas I feel the natural behaviour would be swiping with two fingers. This is the case for both on the web implementation as well as natively on the iPad touchpad.
I'm building an implementation on top of ScrollView now - it's not fully optimal but the only way I've found to get a natural swipe on touchpads (and works for both iPad with touchpad and the web). The best would be if PanResponder would support this pattern out of the box with a configuration flag.