Skip to content

Commit 54489e4

Browse files
authored
* [doc] Update gesture.md
1 parent 86c8657 commit 54489e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/references/gesture.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For now, there are four types of gestures:
2323
* `panstart`
2424
* `panmove`
2525
* `panend`
26-
* **Horizontal/Vertical Pan** <span class="weex-version">0.10</span> . Mainly used for cell swipe gestures before conflict resolving system is completed. start/move/end state of the gesture will be passed by `state` property. **Note**: These gestures are in conflict with click event on Android currently.
26+
* **Horizontal/Vertical Pan** <span class="api-version">v0.10+</span> . Mainly used for cell swipe gestures before conflict resolving system is completed. start/move/end state of the gesture will be passed by `state` property. **Note**: These gestures are in conflict with click event on Android currently.
2727
* `horizontalpan`
2828
* `verticalpan`
2929
* **Swipe**. Swipe is fired when user swipe a touch point on the screen. A serial of motion will only trigger one Swipe gesture.
@@ -53,4 +53,4 @@ The following properties can be used in gesture callback:
5353
* `screenY`. The Y coordinate of the touch point relative to the top edge of the screen.
5454

5555
## Constrain
56-
Currently, Weex Android do not support listening to gesture on `scroller`, `list` and `webview`, as it would lead a large amount of event conflicting.
56+
Currently, Weex Android do not support listening to gesture on `scroller`, `list` and `webview`, as it would lead a large amount of event conflicting.

0 commit comments

Comments
 (0)