webview中无法访问ios的麦克风,显示找不到对象mediaDevices

但是页面进行一次跳转后就可以获取到mediaDevices了。

可以在mounted中

if(navigator.userAgent.match(/iPad|iPhone/) && !window.location.href.match(/\&index=$/)) {
    window.location.replace(window.location.href + '&index=');
}