It’s deprecated:
- https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia
- https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
See: https://stackoverflow.com/questions/45692526/ios-11-getusermedia-not-working?noredirect=1&lq=1
-> Yep, it’s moved to navigator.mediaDevices.
I’ll try tweaking the constraints, but for now its working on iOS 11.3 using:
<input type="file" ... >
For example:
I haven’t tried any of the Ionic 4 PWA-related stuff just yet, as I’m trying to get an Ionic 3-based PWA out the door 
