nativescript-slides
nativescript-slides copied to clipboard
A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
I am trying to use `nativescript-slide` with Vue. The slider works as expected but I cannot find how to listen for the events. ```html ``` Is someone know how I...
Does this plugin support NS 6.0? When I install the plugin but the CLI pop up it doesn't support the NS 6.0 So is that any progress on NS 6.0...
add previousSlide.panel.translateX = 0 to fix the previousSlide to the reset position . public goToSlide(index: number): void { if ( this._slideMap && this._slideMap.length > 0 && index < this._slideMap.length )...
Great plugin! Had no issues getting this setup and working with Angular 2. Currently, it doesn't seem like `textWrap` works for Labels that are placed in slides. ### Steps to...
I use `pageHeight="auto"` in slides, but when the phone is rotated into landscape the height is shrinked to the viewport's height, messing up the whole content inside the slide. I've...
I have a special case: SlideContainer is inside vertical ScrollView. For iOS sliding works ok, but on Android it looks like the ScrollView intercepts the panning at some point and...
Great plugin! Does it support, or is there any way to support vertical scrolling?
A bug occurs when we go back to the page with slides added dynamically on both iOS and Android. In order to reproduce the issue please do the following: -...
Hi, I'm currently using NativeScript with Angular, and I'm trying to reach the result of this code: ``` ``` into the .ts, without knowing how many element I will add....
Hello, I'm testing the demo app and I can see that the loop property on the container element has no effect, looping alike from the last slide to the first...