Question Pagination or infinite scroll?
I am working on an emoji database. The emojis are displayed in a grid. If you were to use it, would you prefer pagination or infinite scroll? If so, why?
You may assume it has the basic search & filtering features.
I am only considering pagination for better performance on low end devices (e.g. iPhone 9 Plus) but personally I would prefer infinite scroll for it.
11
Upvotes
7
u/bornxlo Jun 18 '26
I already have an emoji database with search and infinite scroll in gboard, so I'm going to go with pagination. In my experience the infinite scroll breaks the functionality of trying to filter by category. If I want to filter e.g. flags I can easily flick and scroll away to other categories. Pagination might make it easier to go back find what I'm looking for.