getUserMedia results in black screen on iOS 11.4 || >
iparrabb opened this issue · 2 comments
iparrabb commented
On iOS 11.4.1 the webcam request permissions but then show a black screen without image, any idea?
Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15A356 Safari/604.1
VinceG commented
@iparrabb What version of the plugin are you using? We recently changed the behavior of the vue web cam by emitting an event when permission is granted and cameras list is available, using the event you'll need to grab one deviceId and pass it into the event-id prop to load that device.