Grsmto / simplebar

Custom scrollbars vanilla javascript library with native scroll, done simple, lightweight, easy to use and cross-browser.
http://grsmto.github.io/simplebar/
MIT License
6.02k stars 535 forks source link

is it possible use with Ionic? #688

Open dodo-Riley opened 5 months ago

dodo-Riley commented 5 months ago

I am using angular and ionic in my project. And I want to use this library to style the scrollbars, but there is one problem. I can't seem to use it with ion-infinite-scroll as shown in the example code below, and I was wondering if I'm wrong.

<ion-content>
  <ngx-simplebar>
    <div *ngFor='let item of items'>
    </div>
  </ngx-simplebar>
  <ion-infinite-scroll>
    <ion-infinite-scroll-content>
    </ion-infinite-scroll-content>
  </ion-infinite-scroll>
</ion-content>

stackblitz is here https://stackblitz.com/edit/angular-sl4thn?file=src%2Fapp%2Fapp.component.html