Any way to make the webviewer component transparent?

I have a html file with transparent background but when webviewer component loads it the background is white.

The webviewer component is set with a transparent background color in the advanced options but it ignores it.

Is your html file set to a transparent background?

Try this CSS

<style>

body { 
    background-color: transparent;
}

</style>

Yes.

On live preview work but in the device dont.

What about when you download the app?

The background of the webviewer component is white on android device.