touchend 在安卓上失效用戶按下元素 執(zhí)行document.querySelector(".spinner").addEventListener('touchstart', function(event) {
$(".y-con").find('span').text('傾聽中...');
wx.startRecord({ cancel: function () {
alert('用戶拒絕授權(quán)錄音');
$(".yuyin").hide();
$(".y-con").find('span').text('請說話...');
}
});
})用戶 離開元素 執(zhí)行在 離開 元素 時 touchend 失效! 再次點擊 元素時 touchend 才生效!這個是怎么回事?
touchend 在安卓 不觸發(fā)
翻過高山走不出你
2018-07-30 10:09:48