标签:
www.bcty365.com/content-146-2389-1.html
配置事件
mui.init({ gestureConfig: { hold: true, //长按屏幕,默认是false //tap:true, //最常用的单触摸事件,默认是true, //doubletap:true, //默认是false //swipe:true, //drag:true, //release:true } });
标签:
原文地址:http://www.cnblogs.com/CyLee/p/5324968.html