skip to Main Content

The problem is that I cannot swipe through the gallery images using my fingers on mobile devices.

I have inspected the JavaScript console, and there are no apparent errors.

I’m seeking help to enable the swipe functionality for the Fotorama gallery on mobile devices. If you’ve encountered this issue before or have insights into how to make the gallery swipeable on touch devices, I would greatly appreciate your guidance. Any specific code examples or configuration adjustments to address this problem would be valuable.

Thank you for your assistance!

Click here to view image

2

Answers


  1. Its a known issue on Version 2.4.6, you can install this patch which should fix the issue.
    https://patch-diff.githubusercontent.com/raw/magento/magento2/pull/37355.diff
    https://github.com/magento/magento2/pull/37355

    Login or Signup to reply.
  2. I used the patche mentioned above, and the swipe got fixed. However, the video in the product gallery stopped playing.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search