responsive_views_pager
Responsive Views Pager enables you to control the number of items (view rows) displayed per page on different devices—Desktop, Tablet, and Mobile. The module adds a "Dynamic" pager type to Views, allowing device-specific configuration of items per page, enhancing the responsiveness of paginated Views content.
This module leverages the Mobile Detect library to identify device types based on User-Agent strings and HTTP headers.
✅ Note: The module depends on the Mobile Detect module, which wraps the Mobile_Detect PHP class.
Features
- Provides a "Dynamic" pager type in Views.
- Configure items per page for Desktop, Tablet, and Mobile individually.
- Seamless configuration via the Views UI.
How to Use
- Install the Responsive Views Pager module.
- Edit the target View.
- In Pager > Use pager, select Paged output, dynamic pager.
- Click on Settings, and configure the desired number of items for each device type (Desktop, Tablet, Mobile).
- Apply and Save the View.
See how the pager adapts across devices:
Caching and Device Detection
When using Varnish, CDNs, or other external caching mechanisms, additional configuration might be necessary to ensure reliable device detection, since the Mobile Detect library primarily relies on HTTP headers and User-Agent strings.
🔎 Thorough testing is highly recommended in such environments to prevent caching discrepancies between device types.
Dependencies
This module requires the Mobile Detect module.