0

Need quick help if anyone knows how we can detect camera in IPhone with Safari 10 browser in WebApplication using javascript. I saw some forums which mentioned to use geusermedia WebRTC APIs but Safari 10 does not support it?

2
  • Have you tried this? stackoverflow.com/questions/2607067/…
    – BHawk
    Commented Dec 7, 2017 at 23:09
  • Yeah I tried it. Infact we are using the same solution (<input type="file" capture ... />) which is given in this forum. But we don't want to allow user to open file chooser if camera is not available or blocked by user in Safari 10 with mobile so for that purpose we are looking for a code which can be used. We used getUserMedia to detect the camera but this solution will never work with Safari 10. Commented Dec 8, 2017 at 5:34

0

Browse other questions tagged or ask your own question.