HTMLViewer mailto: and http://

For mailto URIs you will need to catch them in the CancelLoad event and handle the new email command.
Such as this:

If url.beginswith("mailto:") then
showUrl(url)
return True
End if

As for http:// working in some cases it must be caused by the redirection method used by the server. As to why apple.com works and xojo.com does not, I cannot explain it.