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.
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>
What about when you download the app?
The background of the webviewer component is white on android device.