DesktopHTMLViewer freezes, DocumentProgressChanged stuck at 30 or 40%

I try in Windows 10 and 11, with Xojo Desktop 2024r2.1 and 2024r3.

Sometimes the App crashes, not always on the same url, now it’s happening with this:
https://www.prontopro.it/casalpusterlengo-impresa-di-pulizie

The DocumentComplete event does not fire.
I tried to check the DocumentProgressChanged event and it stops sometimes at 30%, sometimes at 40%, once it got to 80%.

The real problem is that the App does not wait, but freezes and crashes, and nothing works anymore. I have to close it by force.

I wanted to set a Timer and if after 10/15 seconds the DocumentComplete event does not fire I would continue with other things. But the program crashes.

I simply load the page with LoadURL sUrl.
On macOS I don’t have these problems.

Thanks in advance if anyone can help me.
Gabriel

…and the Xojo IDE also is freezes.
I can’t stop or pause debug.
I can only force close.

What happens with a Xojo Documentation page ?

Documentation Xojo

Maybe the HTMLViewer does not like the window above the window @ your test page (or the photo is too large: lack of available memory…)

@Emile_Schwarz I just said that with some websites it has this flaw. I know it works with other sites, like Xojo Documentation. But in some cases there is this error, and it is not manageable. That’s what worries me, because I can’t manage it.

In any case Xojo should return an error, or a TimeOut, and not completely crash or freezes. We are talking about a standard control…