我有 PWA 应用程序可以访问麦克风,在 Safari 中一切正常,但是当我将它添加到主屏幕时它停止工作。在 manifest.json 中,我使用的是独立模式,我也尝试将此元标记从 yes 更改为 no<meta name="apple-mobile-web-app-capable" content="no">但没有任何帮助。
<meta name="apple-mobile-web-app-capable" content="no">
javascript ios progressive-web-apps
ios ×1
javascript ×1
progressive-web-apps ×1