I'm using the following QR Code scanner for a PHP application to scan QR codes
Link to HTML5 JS QR Code Scanner
The JS file in question for which I have a local copy of referenced in my HTML file in my case
However when selecting cameras on both Android and iOS the list is ordered front cameras first, back cameras last. I am sure this may vary by device, however is there a way to either
A) open rear camera automatically
B) only allow access to back cameras
C) reverse the order of returned cameras so that the bottom comes back at the top of the list, thus putting rear cameras above front cameras in the list
Thanks