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

点击左划触发保存

时间:2017-01-30 23:37:36      阅读:413      评论:0      收藏:0      [点我收藏+]

标签:log   ontouch   ndt   view   function   htm   赋值   输出   touch   

html

<view class="list" bindtouchend="onTouchend", bindtouchstart="onTouchstart">       //邦定当移出手指时触发,按下手指时触发

js

onTouchend:function(e){

  console.log(e.changedTouches[0].pagex);         //输出触摸点座标偏移量 

  touchendx=e.changedTouches[0].pagex)    //移出时赋值给触摸点座标偏移量

  if(touchstartx>e.changedTouches[0].pagex)    //按下手指大于触摸点座标偏移量

},

  onTouchstart:function(e){                             //按下手指

  touchstartx = e.changedTouches[0].pagex      //按下手指赋值给触摸点座标偏移量

  console.log(e.changedTouches[0].pagex)        //

},

点击左划触发保存

标签:log   ontouch   ndt   view   function   htm   赋值   输出   touch   

原文地址:http://www.cnblogs.com/aivnfjgj/p/6358469.html

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