jasonkneen / ti-html2as

HTML 2 AttributedString converter for Titanium
Other
64 stars 24 forks source link

Added showNewLines property #20

Closed williamrijksen closed 9 years ago

williamrijksen commented 9 years ago

On iOS new lines didn't show. This PR adds the possibility to prevent removing the new lines.

FokkeZB commented 9 years ago

That is expected behaviour as in HTML newlines are not shown.

williamrijksen commented 9 years ago

@FokkeZB How can i make sure that <br /> tags are shown on iOS?

FokkeZB commented 9 years ago

Those should work. If they don't then that's a bug. Please create a new issue and include a PR with test case (in the test branch).

williamrijksen commented 9 years ago

@FokkeZB The example in the example directory doesn't create new lines on iOS in my case. I'll create an issue for this.