HTMLViewer.LoadURL
From Xojo Documentation
Method
Loads the passed HTTP URL. Any protocol other than HTTP may or may not work as that is dependent on operating system behavior.
Notes
On macOS, you need to ensure the URL is prefixed with "http://" or "https://" in order for it to load.
Example
This example loads a URL entered by the user in a TextField: