if ( this.options.preventDefault && !utils.isBadAndroid && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) {
//e.preventDefault();
}
注释掉e.preventDefault();
原理:
不能阻止全局的移动事件
原文:http://www.cnblogs.com/xqnq2007/p/6963678.html