mediaDevices not in navigator when standalone === true

It seems like this standard bit of code no longer works on a home-screen web app, in iOS 11, to get an image from the camera.


<input type="file" accept="image/;capture=camera" />


So, I'm trying to use the mediaDevices API, but the API disappears when the app is added to the home-screen in iOS 11.


How do I get someone at Apple to acknowledge this breaking behavior? I used to get responses from the Feedback app, but it seems like Apple is no longer providing feedback for my feedback.

I have a few hundred iOS devices in the field that are now seemingly kneecapped.

Replies

I found a post from a forum that is monitored by Apple.


https://forums.developer.apple.com/thread/88052

It seem like this is working with iOS 11.3 (beta) !