Services Plugins FAQs

Swipe to workflow

Hello all,

I am using the swipe to workflow purchased plugin. Overall it is very good. However, I am running into one issue. I have an activity page which basically shows a user Activities for the day in a repeating group and I would like to set the swipe to workflow action up to navigate between days plus1/minue1 days. I have that part working fine. This is that I am running into is when the user scrolls to the bottom of the repeating group they get stuck and can no longer scroll up. they have to swipe to the next day and then back to restart at the top of the RG. Any help/thoughts on this would be appreciated. Thank you.

1 Like

Hello @jeffchurney,

Thanks for reaching out with your question.

In order for us to set up a test page and try to replicate your issue, please provide some additional context.

We will need:

  • screenshots of your repeating group, and RG’s cell content
  • screenshots of the ‘Swipe to workflow’ plugin element configuration
  • screenshots of the workflows set up for the user to interact with the data on page

Once we have those, we will take a closer look and test it ourselves.

Looking forward to your reply.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Thanks for your help. Sorry for so many message, but this forum only allowed me one upload per message.

Hi Jeff / @jeffchurney ,

Thank you for the additional details and for sharing the setup.

We’re currently reviewing the configuration and trying to replicate the behavior on our side. Once we confirm whether this is related to the plugin setup, Bubble configuration, or a plugin-side issue, we’ll follow up with more specific guidance.

We’ll keep you updated as soon as we have more information.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Thanks Egor, appreciate you looking into this issue for me! Getting this to work would be fantastic because the plugin is very good and it fits the flow of this page especially well.

For further context, this is an SPA and I do have more than one of these swipers for different groups (guarded by only whens and referencing specific groups).

Hi @jeffchurney,

Thank you for the additional details.

We reviewed the setup against the plugin documentation and our demo page. The Swipe Detector itself appears to be configured correctly: it is set to Specific elements and points to the ID swiper_daily_swipes.

However, the issue may be related to where this ID is currently assigned. In your setup, swiper_daily_swipes is assigned to a parent wrapper group that contains the Repeating Group and several nested elements. In this structure, the actual swipe/touch event may be received by the child elements inside the group, rather than by the parent wrapper itself.

On our demo page, the ID is assigned directly to the Repeating Group itself, not to an outer wrapper group. Because of that, we recommend testing the same approach in your app: please move the ID swiper_daily_swipes from the parent wrapper group to the actual RepeatingGroup daily to-do element and keep the Swipe Detector settings unchanged.

Please also make sure that swiper_daily_swipes is used only once on the page. Duplicated IDs, especially inside repeating group cells, can cause unreliable behavior.

After making this adjustment, please refresh the editor and test again in preview. If the issue still persists, please send us a short screen recording showing the swipe test and the relevant element tree/ID setup, and we’ll continue checking it from there.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hi Jeff / @jeffchurney,

I hope you’re doing well.

I just wanted to follow up and check whether you had a chance to test the suggested adjustment for the Swipe to Workflow setup.

From the screenshots and details you shared, the Swipe Detector configuration itself appeared to be correct, but the issue may be related to where the target ID is assigned. As mentioned, please try moving the swiper_daily_swipes ID from the parent wrapper group directly to the actual RepeatingGroup daily to-do element, while keeping the Swipe Detector settings unchanged. Also, please make sure this ID is used only once on the page, as duplicated IDs can cause unreliable swipe/touch behavior. (forum.zeroqode.com)

After making this change, please refresh the editor and test again in preview.

If the issue still persists, could you please send us a short screen recording showing:

  1. The current element tree and where the swiper_daily_swipes ID is assigned.
  2. The Swipe Detector element configuration.
  3. The issue happening in preview.
  4. If possible, the browser console while testing, in case any errors appear.

This will help us better understand whether the scroll locking behavior is caused by the page structure, the repeating group interaction, multiple swipe detector elements in the SPA setup, or a plugin-side issue.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3