Performing operations that require explicit user interaction on touchstart events is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/... for more details.
以上是chrome打开这个页面时弹出的警告,对于描述让我很迷惑
1、这个意思是否在2017年1月touchstart事件在chrome里不再被支持吗?
2、这个页面是移动端页面,假如1为真的话 那么移动端的webkit浏览器是否也是不支持了?
ps:刚刚测试了一下不管是给window还是document绑定所有touch events都会出现上述警告。求解
非也,你肯定是在touchstart时触发了别的事件,比如window.open,这种方式将要被遗弃