Using newline in Cordova iOS App -


i have app built cordova , @ point display string newline escape character (\n) somewhere in string. if build app , test on both android , ios device, line break shows on android device not on ios device.

is there encoding issue i'm missing or something?

the string: 'some text: \n www.somesite.com'


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -