I am using the Ionic Native QR SCANNER plugin, but the application on iOS does not show a preview. A lot of research, but the solution does not work. I installed background-color: transparent! Important to Everything Everything, including:
html, body, ion-app, ion-content, ion-page, .nav-decor, content-md, content-ios,ion-app.ios,.fixed-content,.scroll-content{
background-color: transparent !important;
}
But still, the iOS app displays a white screen instead of a preview, and the QR scanner works in the background, just not showing a preview. everything works fine on android.
source
share