ui-pager
ui-pager copied to clipboard
Pager / Carousel component that allows the user to swipe left and right through pages of data.
Hi I'm using the Pager in a NativeScript Vue application but I'm facing some problems with some of the component's properties. So far I've been testing on Android - using...
I was trying to reproduce a bug I'm dealing with in the playground in order to submit an issue, but I can't even get Pager to work in the playground....
When attempting to build our app after installing the latest version of the pager plugin, I get errors like: ``` ERROR in ../node_modules/@nativescript-community/ui-pager/angular/fesm2015/nativescript-community-ui-pager-angular.mjs 215:12-29 Can't import the named export 'ɵɵqueryRefresh'...
After rebuilding node_modules our app couldn't be build anymore. While building you get the following log output errors: ```ERROR in ./node_modules/@nativescript-community/ui-pager/angular/fesm2015/nativescript-community-ui-pager-angular.mjs 6:0-75 Module not found: Error: Can't resolve '@nativescript/core/data/observable-array' in...
https://github.com/nativescript-community/ui-pager/issues/24 - swipe start and swipe end events now is available
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
Bumps [rollup](https://github.com/rollup/rollup) from 4.12.0 to 4.24.0. Release notes Sourced from rollup's releases. v4.24.0 4.24.0 2024-10-02 Features Support preserving and transpiling JSX syntax (#5668) Pull Requests #5668: Introduce JSX support (@lukastaegert,...
I have a simple pager on my app and everytime I hit "Simulate Memory Warning" the layout brakes, the labels lose their binding and the text disappear. I've made this...
``` import Pager from '@nativescript-community/ui-pager/vue'; import Pagers from './components/Pagers.vue' const app = createApp(Pagers); const pager = app.use(Pager); pager.start(); ``` **System.err: TypeError: Cannot read properties of undefined (reading 'nativeView') System.err: System.err:...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). Commits 3044cd5 Release 3.3.8 version...