Skip to content

Commit

Permalink
* [doc] Update gesture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yundongbot authored Feb 16, 2017
1 parent 86c8657 commit 54489e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/references/gesture.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For now, there are four types of gestures:
* `panstart`
* `panmove`
* `panend`
* **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.
* **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.
* `horizontalpan`
* `verticalpan`
* **Swipe**. Swipe is fired when user swipe a touch point on the screen. A serial of motion will only trigger one Swipe gesture.
Expand Down Expand Up @@ -53,4 +53,4 @@ The following properties can be used in gesture callback:
* `screenY`. The Y coordinate of the touch point relative to the top edge of the screen.

## Constrain
Currently, Weex Android do not support listening to gesture on `scroller`, `list` and `webview`, as it would lead a large amount of event conflicting.
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 comments on commit 54489e4

Please sign in to comment.