Alternative to getUserMedia() for reading live camera stream on iOS?
问题 We are building a mobile barcode-scanner using QuaggaJS that reads barcodes directly from the device's camera stream. Works fine on desktop/Android, but doesn't work at all on iOS. From initial research, I've found that iOS simply does not support WebRTC/ getUserMedia through Safari or iOS Chrome (related links below), which is what QuaggaJS uses to read the camera stream. I've also seen this question about capturing a still image on iOS, but the answer provided is only for capturing a still