There's a web page for mobile and from js I can get access to the camera. One case I need to support is when there's no camera. So last week for such case I was getting exception sth like 'Could not start a video source' and added error handler. Today an upload dialog box is opened Now I'm testing it on pc on chrome but soon want to test it on android as well
- How to catch edge cases like no camera/no permission/other kind of errors so it'll be working on ios/android devices and desktop
- I don't want any upload dialog box to be displayed. Is there any solution?