I saw similar question about multi-line item, I tried that, but it makes the initial lines into multiple, for a title, I want the initial line to be just one, if the title is too long, then I expand into multi-line, does anyone know how to achieve that ?
Use this
.item{
white-space: normal;
}
thanks for answer, but it does not work, it seems there is some javascript logic happening on item title by ionic. And also white-space works for
, but my title is
Have you tried item-text-wrap ?
Thanks, item-text-wrap works pretty well