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

触屏事件

时间:2020-06-07 21:04:53      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:移动   eve   png   event   sel   cti   info   http   bsp   

技术图片

 

 

    var div = document.querySelector(‘div‘);
        div.addEventListener(‘touchstart‘, function() {
            console.log(‘触摸‘);
        });
        div.addEventListener(‘touchmove‘, function() {
            console.log(‘移动‘);
        });
        div.addEventListener(‘touchend‘, function() {
            console.log(‘离开‘);
        });\
 
技术图片

 

 

技术图片

 

 

 

 

 

触屏事件

标签:移动   eve   png   event   sel   cti   info   http   bsp   

原文地址:https://www.cnblogs.com/ericblog1992/p/13062154.html

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