capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
436 stars 172 forks source link

In iOS the camera preview overlays the status bar and nav bar. #248

Open ifardjoume opened 1 year ago

ifardjoume commented 1 year ago

iOS background

Is there a way to rezise the camera preview that is showing in the background to not use the status bar and nav bar?

the image show the problem im having pretty well.

Thanks in advance.

thegnuu commented 1 year ago

The camera view is always rendered behind the DOM/WebView and cannot be resized. It seems like your status bar and nav bar are transparent for some reason. You need to make sure this is not the case with some CSS changes in your implementation :)