ui-pager
ui-pager copied to clipboard
Pager / Carousel component that allows the user to swipe left and right through pages of data.
We use peaking with percentage value (12% for portrait and 36% for landscape) With version 13.x all is fine on both platforms. With version 14.x the peaking seems to be...
NativeScript Vue I have an Observable Array containing objects as each item. I pass the Observable Array as a Prop into the component. When I try to iterate through the...
I was about to implement this myself until I saw it in the code, so I just decided to test it and add it to the docs for future users.
https://vuejs.org/v2/guide/components-props.html#Prop-Validation
With ui-pager with 4 or more pages set, an error will occur if you move to the 4th page. This only happens on iOS, not Android. ``` page1 mounted page2...
When using a Label with maxLines inside a pager's item, we see some layout issues on iOS. Sometimes, the Label's content is trimed to one line, even though it should...
Hi everyone, I ran into problem today with this plugin in combination with another NativeScript plugin (@nstudio/nativescript-carousel). Both plugins in their latest versions make use of the PageIndicatorView. When both...
Hello guys! I'm trying to track the user's swipes to perform certain actions, but to me, none of the swipe listeners triggers. I'm using the `pager` like this: ```html ```...
When cloning this repo, the install will fail because the tools submodule commit doesn't exist in the plugin-seed-tools repo.
When defining PagerItems as Pager content, the indicator is not shown (showIndicator is set true) I'm using nativescript-vue Dependencies: "@nativescript-community/ui-pager": "^13.0.37", "@nativescript/core": "^8.2.1", "@nativescript/android": "^8.2.2", "@nativescript/ios": "^8.2.2", "@nativescript/types": "^8.0.0", "nativescript-vue":...