A question about iHTML objects

Good day.

I should ask about iHTML objects. What core is it built on, what standards does it support (HTML5, CSS3, JS, …), or what are its limitations? I tried to design the page. Almost all elements are supported in all standard browsers (only IE11 does not support certain things).

Besides that, when I initialized the onload and onresize listeners in the body element, these were failed.

Thank you for your expresion.

The HTML IFrame is displayed in HI.EXE using the Chromium Embedded Framework, ie. It is the rendering core of the chromium project. So there should be all the new standards. The only thing that will not work is the proprietary media codecs, ie. H264, H265, MP3, AAC … because those are not in chromium, only in Chrome, where Google adds them.

I can only select 1 item (file / folder) in the selection window at a time. Ctrl or Shift will not help either. I can put all objects in a directory, but then I can’t find index.html in it. OK. onload and resize works. Only document.documentElement.scrollHeight always returns 0 Source: https://www.w3schools.com/howto/howto_js_scroll_indicator.asp, resp. https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_scroll_indicator)

In this case, HI will only display 90% of the gray area (the page was displayed correctly once).

Put HTML5 Iframe files via drag & drop eg. from total commader or explorer, so you can insert more files at once. The standard windows dialog does not support multiselect.

We don’t affect the functionality of document.documentElement.scrollHeight … I don’t know why it returns 0, we don´t have the ability to fix it, we use that chromium as a compiled library.