I am facing an issue with ScrollContainer and snapToPages. The first page is displayed correctly but, when I scroll to 2nd & 3rd its not properly snapping.
I have a ScrollContainer of width set to 1334.
Inside the container I have 6 quads of size 600 X 600.
I have set the gap to 100 and padding to 17.
horizontal alignment - center vertical alignment - middle
snapToPages = true
hasElasticEdges = false
here is the video : -

in the video above, after the 3 page snap, I have to manually scroll to the end.
what could be wrong?