Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible use with Ionic? #688

Open
dodo-Riley opened this issue Apr 25, 2024 · 0 comments
Open

is it possible use with Ionic? #688

dodo-Riley opened this issue Apr 25, 2024 · 0 comments
Labels

Comments

@dodo-Riley
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant