I’ve got a problem with pagination for my app (page) that show 12 photos at time with a pagination under the last item. When I click on a pagination number the app doesn’t scroll automatically on the first element of the new page. This is bad and my customer are telling me lot of times.
How can i solve this? (if it’s possibile) is it a bug?
I assume this is a problem mostly for mobiles? Say if you have multiple collections on the same page, would it have to go back to the respective “top” of each collection when you navigate?
Yes, it is mostly visible on mobile. The right behaviour is when you click on one pagination number and the collection reload itself taking you to the top of it (autoscroll).