We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have noticed in ios a bug when using custom transformers, if you select from outside an item number when you scroll it doesn't work well, you get stuck in the middle of the item. I think it's this line: https://github.com/nativescript-community/ui-pager/blob/master/src/ui-pager/index.ios.ts#L383-L386 I don't know if we should take into account the transformation of the view this is a repo for example: https://github.com/vallemar/nativescript-burger-inspiration if tap on the thumbnails of the hamburgers the scroll gets stuck.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I have noticed in ios a bug when using custom transformers, if you select from outside an item number when you scroll it doesn't work well, you get stuck in the middle of the item. I think it's this line: https://github.com/nativescript-community/ui-pager/blob/master/src/ui-pager/index.ios.ts#L383-L386 I don't know if we should take into account the transformation of the view
this is a repo for example: https://github.com/vallemar/nativescript-burger-inspiration if tap on the thumbnails of the hamburgers the scroll gets stuck.
Grabacion_de_pantalla_2023-01-29_a_las_21.59.16.1.mov
The text was updated successfully, but these errors were encountered: