Skip to content

Commit e15ee60

Browse files
committed
two finger trackpad web
1 parent b6efac4 commit e15ee60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/gestures/use-pan-gesture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ averageTouches: boolean | SharedValue<boolean>;
221221

222222
Android, by default, will calculate translation values based on the position of the leading pointer (the first one that was placed on the screen). This modifier allows that behavior to be changed to the one that is default on iOS - the averaged position of all active pointers will be used to calculate the translation values.
223223

224-
<HeaderWithBadge platforms={['iOS']}>
224+
<HeaderWithBadge platforms={['iOS', 'web']}>
225225
### enableTrackpadTwoFingerGesture
226226
</HeaderWithBadge>
227227

0 commit comments

Comments
 (0)