【ios兼容】:active不触发的解决方案
摘要:mozilla开发社区:By default, Safari Mobile does not use the :active state unless there is a touchstart event handler on the relevant element or on the <bod
阅读全文
[uniapp] 爬坑 ios webview中使用麦克风 getUserMedia
摘要:webview中无法访问ios的麦克风,显示找不到对象mediaDevices 但是页面进行一次跳转后就可以获取到mediaDevices了。 可以在mounted中 if(navigator.userAgent.match(/iPad|iPhone/) && !window.location.hr
阅读全文