I am using html variable (by binding to ion-item), to show css based html in ion-item as shown in picture. Whenever a full paragraph comes, i get this “…” and the row do not expand in height with respect to the content. Very similar code, i have already did in Simple Cordova app, by using dangerously HTML.
Try adding the class item-text-wrap
so it looks like this
<div class="item item-text-wrap">
This is a basic Card which contains an item that has wrapping text.
</div>
Thanks. That was FAST.