JS detect touch support

2020-05-07  本文已影响0人  浪味仙儿啊

今天主要使用了HTML的canvas标签,并运用JS做了个简易画板。

js要检测是否支持触屏,使用以下代码
var isTouchDevice = 'ontouchstart' in document.documentElement
监听触屏用
canvas.ontouchmove =(e)=>{}
监听鼠标

上一篇下一篇

猜你喜欢

热点阅读