diff --git a/doc/source/references/gesture.md b/doc/source/references/gesture.md index 147aec8b9c..eae045a5ea 100644 --- a/doc/source/references/gesture.md +++ b/doc/source/references/gesture.md @@ -23,7 +23,7 @@ For now, there are four types of gestures: * `panstart` * `panmove` * `panend` -* **Horizontal/Vertical Pan** 0.10 . 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** v0.10+ . 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. @@ -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. \ No newline at end of file +Currently, Weex Android do not support listening to gesture on `scroller`, `list` and `webview`, as it would lead a large amount of event conflicting.