Using Delphi 12 with TMS version 3.1.7.0 on Windows, Mac and Linux.
I create a TTMSFNCWebBrowser inside a frame and I show it. On Windows and Mac (sometimes Linux) I got a problem.
When I navigate to my url https://myurl.com I can see events OnBeforeNavigate, OnNavigateComplete.. that's ok, but when this one is finished, I see a new OnBeforeNavigate with url about:blank
So it shown an empty webpage, why ? how can I fix it ?
Which code do you use exactly? Did you use Navigate(URL) or did you set the URL property? Also, did you use the OnInitialized event to make sure the browser is properly initialized before browsing?