nativescript-ngx-slides
nativescript-ngx-slides copied to clipboard
A NativeScript + Angular module for to add a slides component to your mobile app
Hi there, so I just noticed an issue that, if I run the app, then I just turn off the screen and turn it back on and unlock the phone,...
I implement an auto running slider using setInterval() ```` ngAfterViewInit(): void { this.interval = setInterval(()=>{ this.topSliderComponent.nextSlide().then(); }, 5000); } ngOnDestroy(): void { clearInterval(this.interval); } ```` When i route to other...
Can expose onSwipe function? I would like to control the parent ScrollView during scrolling the slides
hello, i am trying to use this plugin inside *ngFor ` ` the plugin crashes and i am unable to slide between the slides
Hi I am trying to embed a radlistview in one of the slides. I find that the itemSelected() event does not work on the radlistview inside of the slide. My...
Hi guys, I think this plugin is awesome but I´m having some troubles placing a form inside slides. I want to make a 3 step form but the keyboard keeps...
I want to sent pageIndicators at top of slider, but can't getting. Anyone have any idea?
The slider gets confused if an animation is playing (e.g., if you use a timeout to move to the next slide automatically) and the user pans the current slide. Usually,...
I'm using the plugin on android and the page indicators are not showing up. Here is my markup ``` //Content //Content ``` The related css is the following ``` .slides-container{...
Added an option to set panSensitivity