Widget for html content?

Hello all,

I would like to display html content displayed in my extension’s window. The html would be generated by the extension itself. Any suggestions on how to approach this? Hidden in the Omniverse Docs there is something called WebViewWidget, but it is not possible to import it, and possibly it’s not what I am looking for.

Kind regards
Bruno

1 Like

Hi Bruno. We are currently only using WebViewWidget internally. We have plans to release a solution to display html in the near future. Are you wanting to load web pages from the internet or local html?

2 Likes

Thanks mati. I would like to display self-generated html in the UI. I have the html in a string basically.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.