Getusermedia() In Pwa On Ios 11.3.1
I'm trying to build a PWA of my webapp. My webapp makes use of getUserMedia to let the user make a picture. the webapp works as expected. the browser asks permission to access the
Solution 1:
On your manifest.json file, you probably have "display": "standalone"
. If you change it to browser
it should work. I'm facing the same problem now and it seems that iOS doesn't allow access to webrtc outside Safari main view
Post a Comment for "Getusermedia() In Pwa On Ios 11.3.1"