document.addEventListener('touchstart',function(ev){ ev.preventDefault();})
如果页面也a链接或input输入框也同时被阻止了,解决这个办法是
用window.location.href="";及添加阻止冒泡的方法