Hello, I wanted to know how I can put my html file in Kodular and that the users of my Application can get in touch with my html page. Thanks!
you need to host that website online and then use webviewer component by using Url
Store the html file in the assets of your app and access it using the webviewer together with this path
http://localhost/yourHtmlFile.html
Taifun