nativescript-slides icon indicating copy to clipboard operation
nativescript-slides copied to clipboard

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality

Results 16 nativescript-slides issues
Sort by recently updated
recently updated
newest added

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...

bug

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? ![image](https://cloud.githubusercontent.com/assets/5998974/19266656/24912bf6-8fdd-11e6-9a9c-ef38114b31ff.png)

> `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;...

bug

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....