Dynamically creating html content for the web viewer control

NM - figured it out, all apologies.

I had tested at a “minimum” level of <html><body>hello world</body></html>. If you add the line below in advance of your html you’re fine:
data:text/html,<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

1 Like