Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS PWA getUserMedia not work in standalone mode

I have PWA application where I access microphone, in Safari all works fine, but when I add it to home screen it stop working. In manifest.json i'm using standalone mode, also i'm tried change this meta tag from yes to no <meta name="apple-mobile-web-app-capable" content="no"> but nothing help.

like image 210
Sam.L Avatar asked May 10 '19 15:05

Sam.L


1 Answers

getUserMedia tweet-sized overview

If you want getUserMedia support for PWAs, chime in on WebKit Bug 185448.

See:

  • Progressive Web App Progress in iOS 12.2 Beta 1 (Build 16E5181f)
  • What’s new on iOS 12.2 for Progressive Web Apps
like image 74
Robinyo Avatar answered Nov 02 '22 01:11

Robinyo