Drop Down not working for cell phone

I am using a condition to get a simple drop down (Set to not visible) to show on my web page header. (When Text Buildings is Hovered or when Text Buildings is Clicked)
then

This Element is visible.

This works perfect on my desk top but as soon as I remove my finger off the button on my phone the drop down goes away.

https://genesiswebapp.bubbleapps.io/version-test/?

Any help would be appreciated.

Thanks Chris

Phones don’t recognize hovering. Clicking yes; hovering no.

You might try toggling a custom state to make the dropdown visible/not visible.

2 Likes

Thanks for your quick reply. That’s why I have “hover” or “pressed” I also tried to use a workflow but that didn’t work either. I’m not sure I know how to make a custom state to do that. I will start reading.

Thanks Chris

Pressed is like pressing continuously. Try using “clicked”

Thanks for your reply
I can’t seem to find “clicked” any where. I have pressed and hovered.

Thanks for your help. This worked perfectly:slightly_smiling_face:

1 Like

Yes I should have added that you need to this by workflow instead of a condition. But I see that is already fixed using a custom state. Good luck with the rest of your development.

1 Like