Swipe left/right

Hi Saola fam, I’m having problems with swipe left, I use swipe left to activate a symbol, it works perfectly in the desktop version, but in the phone version when I try to swipe down to continue viewing the page… I can’t swipe. …what is the possible problem?

Hi,

It would be helpful if you could provide us with more information, such as which phone you are using in this case and a video demonstrating the issue would be much appreciated. Additionally, please send your project to support@atomisystems.com so we can investigate further.

Regards,

thanks ! I just sent the project package and a link to the live site so you can see what’s happening

Thank you for emailing your project and detailed information. There are two ways to achieve your desired outcome:

  1. Reduce the size of your element and then swipe down outside of the element (in the white space) to scroll.
  2. Add custom CSS:
  • Go to Document > Edit CSS and add the following class at the end:
.allow-scroll {
    touch-action: pan-y !important;
}
  • For elements with the swipe left/right event, set allow-scroll as the Class Name in the Properties pane.

Regards,