Hi All
I am displaying some string content in an html control in iOS and Android. I need to make the contents of this string display with "line feeds". So I guess I need to change the line feeds in the string to <BR> before including it in the html control. Is there a function to do that or should I just do a search and replace? If the latter how would I go about doing the search and replace?
Cheers
André
I am displaying some string content in an html control in iOS and Android. I need to make the contents of this string display with "line feeds". So I guess I need to change the line feeds in the string to <BR> before including it in the html control. Is there a function to do that or should I just do a search and replace? If the latter how would I go about doing the search and replace?
Cheers
André