Defining a clickable URL in a native app

0
In summary, I’d like to have the html <a href = ‘www.yahoo.com’> click here </a> on the screen in a native app. (i.e running on an iPhone) Much Googling tells me to add a button and convert it to a link, but I don’t see that option to make it a link when writing a native app. What’s the best way to add a link for a native app? Many thanks!
asked
2 answers
4

Use a nanoflow button and use class btnAsText if you wish. In the nanoflow, call NanoflowCommons.OpenURL to open the URL.

answered
0

Thanks Marcel, I’ve got it working thanks to your words of wisdom!

answered