capacitor-community / capacitor-community/camera-preview
rear camera does not work in chrome android web version
Open
- Dominant language
- Java
- Stars
- 227
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
The rear camera does not work in android web version (tested on chrome and firefoxx)
I think the problem is related to [ this line](https://github.com/capacitor-community/camera-preview/blob/191cda677cee6b7807e3a199c23ee71120063132/src/web.ts#L74)
```
constraints.video = { facingMode: 'environment' };
```
instead this example does work: https://jsfiddle.net/drbj820p/ I can't understand what the problem is
Contributor guide
Assessment
This issue has not been assessed yet.