MobileHTMLViewer.LoadURL
From Xojo Documentation
Method
Displays the specified URL.
Notes
Be sure to include the appropriate prefix, such as "https://".
To load HTML from a file on the device or to load HTML as a String directly, use LoadPage.
Sample Code
Display wikipedia:
HTMLViewer1.LoadURL("https://www.wikipedia.org")
See Also
LoadPage method.