Port/Import .net Class to UNO

Hi!

I want to create a UNO class porting the HTML Renderer Core class. Do you know a guide to to port this to UNO or it it’s a way to import a .net class?

Regards

John

Thats a very bespoke library. I would ask myself why I need a library like that when FuseTools has a WebView.
https://www.fusetools.com/blog/feature-web-view

You’d be better off writing something so that a HTML string/stream can be given to the existing FuseTools WebView.

Hi!

I’m trying to show a small HTML formatted text in the middle of a scroll panel, with some elements above and other below. I have tested the webview, before but i found 2 problems:

  • The Web view don’t have dynamic height, i mean don’t resizes itself to content height. I want the text component has the height based on the content.
  • It have a scroll inside, that interferes with the parent scroll view

So, it doesn’t work for the behavior that i’m looking for my app. Therefore, i’m looking for alternative solutions, and since UNO has so many similarities with C#, i just looking to start porting the code.

If anyone have a sample code or previously had ported a C# class to uno or has a sample code, it would be very helpful,

Regards

John