capacitor-community / capacitor-community/camera-preview

rear camera does not work in chrome android web version

Open
#175 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.