码迷,mamicode.com
首页 > 其他好文 > 详细

iScroll5使用笔记

时间:2015-08-04 20:37:22      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:

1.click:true checkbox点击不了

解决方法:在源码1598行修改为

if (!e._constructed && !utils.preventDefaultException(e.target, this.options.preventDefaultException)) {
                        e.preventDefault();
                        e.stopPropagation();
                    }

相关链接:https://github.com/cubiq/iscroll/issues/876

https://jsfiddle.net/ChristopherBrix/9384wow8/

https://jsfiddle.net/ChristopherBrix/caz20168/

iScroll5使用笔记

标签:

原文地址:http://www.cnblogs.com/anyaran/p/4702858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!