camera-preview
camera-preview copied to clipboard
rear camera does not work in chrome android web version
The rear camera does not work in android web version (tested on chrome and firefoxx)
I think the problem is related to this line
constraints.video = { facingMode: 'environment' };
instead this example does work: https://jsfiddle.net/drbj820p/ I can't understand what the problem is
Attached screen of the compiled code, said line is not found in the version that is distributed

any workaround on this?