摘要: window.addEventListener("touchstart", touchHandler, false); function touchHandler(event){ if(event.touches.length > 1){ //the event is multi-touch //you can then prevent the behav... 阅读全文
posted @ 2017-08-03 15:51 echolife 阅读(381) 评论(0) 推荐(0) 编辑