touchend 在安卓上失效用户按下元素 执行document.querySelector(".spinner").addEventListener('touchstart', function(event) {
$(".y-con").find('span').text('倾听中...');
wx.startRecord({ cancel: function () {
alert('用户拒绝授权录音');
$(".yuyin").hide();
$(".y-con").find('span').text('请说话...');
}
});
})用户 离开元素 执行在 离开 元素 时 touchend 失效! 再次点击 元素时 touchend 才生效!这个是怎么回事?
添加回答
举报
0/150
提交
取消