Describe the bug
When the user clicks on the quantity selector in the cart on iOS, it zooms in automatically. User then need to zoom out manually and may cause unexpected behaviour such as closing the cart.
Fixed
The problem is still present, but it can be resolved by setting the font size of the select element to at least 16px. This prevents iOS from triggering the zoom.
Describe the bug When the user clicks on the quantity selector in the cart on iOS, it zooms in automatically. User then need to zoom out manually and may cause unexpected behaviour such as closing the cart.
To Reproduce
Expected behavior Either zoom out after zooming in or prevent it zooming in.
Screenshots
Smartphone environment
Additional context See this jquery-mobile's github issue. Maybe change the font-size of the
select
element? Or see this discussion on stackoverflow. Maybe addmaximum-scale=1
(and don't change user-scale so the user can still zoom in manually)?