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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -