In using display.newText in an app that I developed for iOS and am now moving to Android, I found an annoying issue.
When you have text wrapping to multi-line, on Android, it appears to break text after a piece of punctuation, even if there is a valid character right after it, like a quotation mark. For example, if I have the string:
He said "There goes the neighborhood."
It could wrap like this:
He said "There goes the neighborhood.
"
It doesn’t do this on iOS that I have seen, though iOS could break up “A+” to two lines, like this:
**Johnny was so excited that he got an A
- on his pop quiz.**
Why is it set up to do this? Shouldn’t it only wrap at an actual space?
[import]uid: 17827 topic_id: 34565 reply_id: 334565[/import]