I’d like to know if you guys have any suggestions on how to display the secondary image on mobile when the user is hovering/touching the entire product card.
On desktop, you can use two events: click and hover (when the mouse moves over an image without clicking). When you hover over the image, it shows a secondary image. If you click the image, it redirects to the linked page, like a product, collection, or another page.
However, on mobile, you only have one event: touch (or tap). Mobile devices don’t support hover like desktop does, so you can’t show the secondary image when tapping without issues.
If tapping shows the secondary image, it won’t be able to redirect to the linked page at the same time.