HTMLViewer open links in default browser

Is it possible to make an HTMLViewer open links in the user’s default browser, instead of the HTMLViewer?

i.e. make it possible to preview HTML in your Xojo app but not try to replicate the full browser experience.

if you get the new page url you could use ShowURL
HTMLViewer.CancelLoad
documentation.xojo.com/api/deprecated/showurl.html