Use Case Example: A navbar with dropdown menus that open on hover when on desktop but open on click when on mobile.
For me, and I think plenty of others, this is a common issue that requires un-intuitive workarounds like having duplicate menus from Desktop & Mobile which makes content changes to the menu less easy. Or having to build the menus from scratch with custom interactions without the help of webflows built-in functionality.
Hi! I shared a JavaScript solution here in the forum:
https://discourse.webflow.com/t/webflow-dropdown-click-to-open-on-tablet-but-hover-on-desktop/246292/4?u=matthewspiegelhalter
It would be nice though if webflow made it possible to do this natively as it is a common problem.