请问下在微信里打开h5页面,页面里用touchstart调用微信录音转文字接口
$("#sound").on("touchstart", function (e) {
wx.startRecord();
e.stopPropagation()
e.preventDefault()
return false
})
这样写android可以阻止弹出提示了,但是ios下依旧弹出了,请问下ios肿么破勒
微信内的页面中,只要图片是<img/>,长按就会触发。因为推荐把<img/>图片变成背景图的形式来显示。