Camera Preview Plugin Cordova

Does anybody has the same problem as i have when send camera to back, it retrieves black no camera…

Are you using https://ionicframework.com/docs/native/camera-preview/?

Yes Sujan. I am using it. must be a css problem cause even with background set to transparent on variables.scss it retrieves black. I know its working cause it takes pictures with image on photos. The camera display is all black.

Any ideas? please help

Post your ionic info output please.
Post the code used to activate the plugin.

Finally i found it to the ones with same problem::::::

.ios .ion-page.show-page ~ .nav-decor {
left: 0;
top: 0;
position: absolute;
z-index: 0;
display: block;
width: 100%;
height: 100%;
background: transparent;
pointer-events: none;
}