I'm using the latest CEF4Delphi on Tokyo 10.2.3 and I have a problem with the
<<procedure TChromium.LoadURL(const aURL : ustring; const aFrameName : ustring = '')>> once the HTML file is in the network, e.g. "\\t-sw19-ts.com\Data\XXX\HTML_Dialogs\Viewer3d.html".
If UNC path is connected to a network drive, then I can map that and it works correctly. If UNC path is not connected to any network drive, then the UNC path is interpreted incorrectly. I prepare the UNC path and then send along as "file://///t-sw25-ts.com/Data/XXX/HTML_Dialogs/Viewer3d.html" parameter.

After OnLoadEnd handler I see in ICefFrame record that ICefFrame .URL was changed to " file://t-sw25-ts.com/Data/XXX/HTML_Dialogs/Viewer3d.html".

Why are the "//" of the URL truncated, can I suppress this if the URL is a UNC path?
kind regards