DEV Community

Discussion on: How to use Camera Preview plugin in Ionic with Capacitor v3

Collapse
 
dustinhahn profile image
dustinHahn

Followed your example, step by step. When I run on Android device the content view is black even though --background: transparent !important

If I set toBack: false then the camera preview works.

Collapse
 
dotmarn profile image
Kasim Ridwan

The article also sets toBack: false. You can check the repository for the code.

Collapse
 
dustinhahn profile image
dustinHahn

ty.