You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use collection-repeat and my item is card and I specify item-height right side of the card will go beyond the content size. Without item-height it works properly. In my case I have to specify item-height and it creates issue.
<ion-content><ion-list><divclass="card list" collection-repeat="item in main.items" item-height="50"><h1style="background-color: red">{{item}}</h1></div></ion-list></ion-content>