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
Post a Comment