localized-strings icon indicating copy to clipboard operation
localized-strings copied to clipboard

(question) how to deal with text that contains hyperlinks ?

Open tahayk opened this issue 6 years ago • 1 comments

I have a text that contains few hyperlinks, and I was wondering which is the best way to deal with this case ?

tahayk avatar Nov 06 '18 23:11 tahayk

How about concatenate the text with the hyperlink. dialogs.show(strings.getText("en", "go to")+"https://www.nativescript.org");

Izrab avatar Jul 24 '19 06:07 Izrab