Hello everyone,
building my first bubble app and I’m experiencing a problem with some buttons.
- On mobile: they change color as per conditional formatting when clicked but the workflow that should take place (show an element and hide another one) doesn’t work.
- On web preview: they work perfectly
It seems the bug started after I added a Swipe element from the Swipezone plugin that does the same job as the button (show an element and hide another one).
Does anybody have experience with something similar?
How can I debug on mobile since the debugger doesn’t work on mobile?
Thank you for any help!