Open link on double click?

Hi,

I have a horizontal menu with dropdown on my site which works fine on desktop but when viewed on an ipad (landscape mode) is problematic.
The ipad shows the site like its desktop version (in portrait I have the hamberger menu) but when I click the title to display the dropdown it takes me to the titles page (because an ipad doesn’t have a hover feature). Is there a way to make the menu titles double click only so I can see the dropdown menu and also click on the dropdown title too?

Regards

Spence

Hamburger menus only offer an onClick event handler and not an onDblClick one like other buttons do.

It’s rare for users to double click elements on websites though so I’d suggest finding another way to visually present/interact with the elements on the page as most users would likely not realize they need to double click a menu to access it.

Can you confirm if both the hover behavior and the single click behavior are intended to show the dropdown menu?

More info on event handlers and how to use them are here: Adding Custom Interactivity with Events