如何模拟触发touchstart事件 - 开源中国社区
如题,我有一个input标签,我想要在进入界面的时候,模拟触发touchstart事件。请各位...可以在 onload 后,先用 createEvent 创建模拟事件,再用 dispatchEvent 触发就...
如何模拟触发touchstart事件_百度知道
最佳答案: 原生的移动游览器带有touchstart、touchmove和touchend这3个事件,只有移动端能响应 定时触发用setTimeout()方法 不过为了方便着想,可以调用jqmobile的tap事件...更多关于如何模拟触发touchstart的问题>>