ionic2 - Inifinite Scroll distance property ionic 2 -
is there way handle distance tag adding distance="1%"
ionic 1, want in ionic 2.
if have @ docs see there threshold
property listed under input properties. right next there explanation says distance can specified either in %
or in px
:
<ion-infinite-scroll threshold="30%" (ioninfinite)="doinfinite($event)"> <ion-infinite-scroll-content></ion-infinite-scroll-content> </ion-infinite-scroll>
Comments
Post a Comment