This is a question about Weex development with Vue.
Under a scroller
component, there are a number of nested div
child components. In the div
, the gestures touchstart
, touchend
, and touchcancel
are added.
The events handle the press and release effects, but they make the scroller drag event non-functional. How can I solve this?
If you just want to add touch effects to view, you can use pseudo class:
ref: http://weex.apache.org/references/common-style.html#Pseudo-class-v0-9-5