Closed matt-auckland closed 6 years ago
It is likely the code that checks if the camera is supported on iOS.
As I don't have an iOS device with me, someone who does will need to console.log this stuff out and see whats failing / what is being output and update the code accordingly.
Hopefully its just something simple.
This line is incorrect:
should
ret.iOSPWASupport = ret.iOSVersion.length ? (ret.iOSVersion[0] >= 11 && ret.iOSVersion[1] >= 3) || (ret.iOSVersion[0] >= 12 ) : false
Fixed by #170
Users on iOS 12 (currently the latest version) can not use the camera in the PWA. Confirmed bug.
Replication: