nativescript-slides
nativescript-slides copied to clipboard
A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Would be awesome if sildes could be added dynamically with Repeater.
I'm trying to add child to the slide container async way dynamically (for example,in the callback of a http request).however,the Interface become unnormal and slide container can't swipe. To verificate...
Hi! I'm making a full screen, tappable image slides. Everything works well on iOS, but on Android, panning on tappable slides doesn't work. ` ` This is my example code....
Slide indicator overlap after I set margin-bottom: 45. I'm trying display slide indicator to the middle of the screen. What is the possible cause of this issue? 
> `HomePage.prototype.onSlideContainerLoaded = function (args) { > if(!appSettings.getBoolean("is_logged")) > { > frames.topmost().navigate("pages/login/login"); > } > else{ > var slideContainer = args.object; > slideContainer.style.visibility = "collapsed"; > var slides = config.slider_list;...
When we use this plugin with scroll-view, it is very difficult to swipe the slides. On iOS, we can swipe the slides but alongwith that scroll-view will also scroll vertically....