camera-preview
camera-preview copied to clipboard
Camera preview on iOS black screen / Android works fine
When I start the camera on iOS it shows a black screen but if I take the picture it shows the picture successfully. On Android all work as expected

Iphone 11 pro max Last iOS
I found that the problem was when i had dark mode enable on ios, my solution was to remove or comment all the styles for the dark mode from ionic variables.scss
@gamanuel is correct, Ionic's dark mode needs some workarounds. An improvement to the documentation to cover this would be much appreciated!
I found that the problem was when i had dark mode enable on ios, my solution was to remove or comment all the styles for the dark mode from ionic variables.scss
I already comment all the styles for the dark mode in variables.scss, but still face this problem. @pbowyer @gamanuel ,there have any other solution on this?