Open link URL in Safari

Is there a way to open a URL (link in a HTMLViewer) in Safari from an iOS app?
There is a link in an app and when clicked, the URL should be opened in Safari.

Yes it is possible using declares.

You will need to use iOSKit from Jason King and add two elements:
A function in a module to open the url in Safari
A class that handles the delegate of the HTMLViewer.

Here is an example project that will show www.xojo.com
As soon as a link is tapped, it will open in Safari.

https://www.jeremieleroy.com/upload/iOSHTMLViewer_delegate.xojo_binary_project.zip

Thank you for the sample Jrmie!