-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
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
[BUG] Standard animation not working while using Loop #302
Comments
same problem |
Hi @smallworldpc , @dmikots I fixed this issue by doing a small trick The problem that the Pager needs at least 5 elements to work as expected (don't ask me why 👀) My trick is to repeat data if it has count < 5:
|
@ikhaled-ali doesn't it work if you use |
Unfortunately no 😞, the transition looks like the next page comes from behind the current one. |
Describe the bug
While using Loop the standard animation is not working properly.
If I add a data from view its working fine but when i try to use data from viewmodel then its not woking properly
To Reproduce
Add a data from ViewModel and add a loopPages()
Expected behavior
I want standard animation with using loopPages()
Screenshots / Videos
If applicable, add screenshots to help explain your problem.
https://user-images.githubusercontent.com/80446711/194536499-8c02f913-72f0-46f8-9832-8708cc212e45.MP4
Environment:
Xcode : 14.1
iOS: 15.5
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: