Hello,
I'm using cWebScanner in a mobile app on an iPad (Chrome). Occasionally, the scanner drops out and stops showing the camera feed, and calling StartScanner doesn’t fix it. I’ve read the iPad can be finicky if you engage/disengage the camera too frequently.
Currently, pbStopAfterDetection is true (default), and I re-enable the scanner after a short timer delay. I'm considering disabling pbStopAfterDetection and just ignoring detections for a set number of seconds instead.
Has anyone encountered similar issues or have best practices? I'm running it in a WebModalDialog, initialize the scanner in OnShow, shut it down in OnHide.
Thanks in advance.