IONIC has two problems about word-wrap in ion-item: 1. String would be truncated by the dots appended at the end, how to show full content without dots ? 2. Automatic line b
For ionic 1:
Add item-text-wrap class to item.
item-text-wrap
some long string
For ionic 2:
Add text-wrap attribute to item.
text-wrap