You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
The browser implementation is (very) different from the mobile devices so it's not a good comparision. On mobile the camera preview is behind the webview so make sure that all dom elements have transparent background, including html and body. Use chrome or safari inspector to connect to the device and traverse the dom tree.
The browser implementation is (very) different from the mobile devices so it's not a good comparision. On mobile the camera preview is behind the webview so make sure that all dom elements have transparent background, including html and body. Use chrome or safari inspector to connect to the device and traverse the dom tree.
Just added html, body { background-color: transparent !important; } and it works.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
On the emulator or Device the camera starts, but is not visible, there is a white background on top
Screenshots
Version
Ionic v7
Vuejs 3
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: