Webview creating an uneditable white background

Hello!

So I’m trying to use webview but have hit a snag. The creator is adding a background style of white to the iframe without any apparent way to edit it. The html file’s body is already set to transparent. This makes the webviewer pretty useless. If I was able to set it to transparent it would be perfect for my needs.

I can find nothing in the documentation and don’t see any similar topics covering this issue. Ideas?

Did you set cc.macro.ENABLE TRANSPARENT CANVAS = true before the game loads?

Best I can tell that didn’t fix the issue but we’ve just moved to fullscreen help windows because of the issue.

In general I don’t think webview should alter the content being sourced in any way unless explicitly asked to. Opting out makes a lot less sense than opting in.

Like, I’d assume that audio clips don’t just loop by default because that would be really annoying. I haven’t checked but I’m guessing. Having a box behind webview with no means to edit it directly is similarly real bad.

Otherwise really enjoying the engine though!