[
https://issues.apache.org/jira/browse/WEEX-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456117#comment-16456117
]
ASF GitHub Bot commented on WEEX-299:
-------------------------------------
GitHub user gubaojian opened a pull request:
https://github.com/apache/incubator-weex/pull/1138
[WEEX-299][android] Touch event will transmit to next layer,
requestDisallowInterceptTouchEvent should be reset for every touch event
[WEEX-299][android] Touch event will transmit to next layer,
requestDisallowInterceptTouchEvent should be reset for every touch event
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gubaojian/incubator-weex
release_0.19_template_list_bugfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1138.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1138
----
commit 5575e161add04239d26a6a9b02fe9e3dc611bdc4
Author: jianbai.gbj <jianbai.gbj@...>
Date: 2018-04-27T08:47:13Z
[WEEX-299][android] Touch event will transmit to next layer,
requestDisallowInterceptTouchEvent should be reset for every touch event
----
> Touch event will transmit to next layer
> ---------------------------------------
>
> Key: WEEX-299
> URL: https://issues.apache.org/jira/browse/WEEX-299
> Project: Weex
> Issue Type: Bug
> Reporter: quanyun wei
> Assignee: Adam Feng
> Priority: Critical
>
> This is the test demo in
> [dotwe|[http://dotwe.org/vue/d269c46eabb5da4bda6c8ac91a11c464]|http://dotwe.org/vue/d269c46eabb5da4bda6c8ac91a11c464],]
> when touch the text, the div will also response the touch event.
> {code:java}
> //代码占位符
> <div class="wrapper" @touchstart="touchstart">
> <text style="font-size:100px;
> border-width:2px;width:600px;height:600px;top:40px;left:40px"
> ontouchcancel='ontouchcancel' ontouchend="ontouchend"
> @touchstart="ontouchstart" @touchmove="ontouchmove" @touchend="ontouchend"
> @shouldStopPropagation="shouldStopPropagation"
> >{{forceValue}}</text>
> </div>
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)