nativescript-carousel
nativescript-carousel copied to clipboard
Carousel component for NativeScript (iOS/Angular + TS, Angular, Vue)
i need to show three or two item of carousel at the time but i don't see that property in the carousel could you help me please ?
Hi, Can I somehow slide it from Right to left ? In Android I managed to manipulate the current index, but no luck with ios, any help ? Thanks !
i did everything like in the demo but the items in the carousel appears in on each other in one layout and there is no scrolling right or left at...
^ Would be really nice for theming! I have a few white labeled projects wherein the easiest way to theme is with CSS variables
On IOS I have tried to disable the swipe between slides. I have tried this both in the view and programmatically, but I am still able to swipe pages forward...
I've used the Carousel for a sample view as follows in my component : ` ` After having run the application, I get the following error. Could you kindly guide...
Hello, thanks for making nice library. Here is few questions; 1) Is there any way to catch scrollEvent? I ask this because I am planning to integrate some animations which...
Hello, First off, thank you for creating the plugin, very helpful. I am trying to set the finite to false, but it does not seem to have any effect. I...
I have slider for lesson schedule. It can have any items inside so I can't set fix height for block. How to set auto height for this because `GridLayout` or...
If you include a ListView into a static ``````, the ```itemTap``` event does not get fired. XML: ``` ``` Code Behind: ``` export function onListItemTap(args: ItemEventData) { console.log('clicked'); } ```...