Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed Nov 12, 2024
1 parent 111aa4f commit 22fda64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ SkipUI currently supports tap, long press, and drag gestures. You can use either
- Gesture velocity and predicted end location are always reported as zero and the current location, respectively.
- Only the `onChanged` and `onEnded` gesture modifiers are supported.
- Customization of minimum touch duration, distance, etc. is generally not supported.
- When applying gestures to an offset view, place any gesture modifiers **before** the `.offset` modifier.

There is one exception to the last limitation: you **can** create a `DragGesture(minimumDistance: 0)` in order to detect touch down events immediately.

Expand Down

0 comments on commit 22fda64

Please sign in to comment.