版权声明:本文为博主原创文章,未经博主允许不得转载。
以下经过本人测试成功。
测试平台:三星S5830I
操作系统:Android 2.3.6
浏览器:UC浏览器
HTML标准:HTML5
测试了三个事件:touchstart、touchmove 和 touchend,并获取了触摸时触点在页面上的坐标,根据坐标进行了左右滑动、上下滑动判断。
代码如下:
下面是jQuery Mobile实现上下滑动的方式:
jQuery Mobile左右滑动事件:swipe(水平滑动30px以上时触发)、swipeLeft(向左滑)、swipeRight(向右滑)
jQuery Mobile垂直滑动事件:scrollstart(上下滚动)、scrollend(滚动停止)
jQuery Mobile触摸点击事件:tap(快速触碰)、taphold(触碰并保持750ms以上触发)
原文:http://www.cnblogs.com/shsgl/p/5829273.html