如果我在输入的同一容器中定义了一个IScroll,我的输入类型范围不能正常工作(不会滑动)。
我添加了一个preventDefaultException:{tagName:/ ^(INPUT | TEXTAREA | BUTTON | SELECT | DIV | LABEL)$ /}但仍无效。
知道如何解决?
编辑:添加eventPassthrough:'水平'解决了它。
答案 0 :(得分:2)
添加eventPassthrough:'水平'解决了它。
答案 1 :(得分:1)
请尝试使用此
preventDefaultException:{tagName:/.*/}
还要注释掉css属性
/* -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
*/