You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/02/20 06:41:20 UTC

[31/50] [abbrv] incubator-weex git commit: * [doc] Update gesture.md

* [doc] Update gesture.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/54489e41
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/54489e41
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/54489e41

Branch: refs/heads/master
Commit: 54489e41c1772f08dce372185b78be8047b60242
Parents: 86c8657
Author: Yun Dong <yu...@gmail.com>
Authored: Thu Feb 16 17:54:14 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Feb 16 17:54:14 2017 +0800

----------------------------------------------------------------------
 doc/source/references/gesture.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/54489e41/doc/source/references/gesture.md
----------------------------------------------------------------------
diff --git a/doc/source/references/gesture.md b/doc/source/references/gesture.md
index 147aec8..eae045a 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** <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.
@@ -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.