robinpoort / vanilla-js-responsive-menu

A vanilla JS responsive menu plugin
MIT License
33 stars 5 forks source link

Touchscreen support for large screens #20

Closed sashabeep closed 6 months ago

sashabeep commented 3 years ago

When the menu is expanded to full width if screen width is enough (for example, ipad), parent items click does not open the submenu

robinpoort commented 3 years ago

@sashabeep Have you tried this on an actual iPad or on a browser using a device toolbar? At least in iOs I know that the submenu will in fact display on click, and on a second click you will visit the parent link. However this does not work on Chrome using the devices tab for example. You need a good emulator or an actual device to see this in action.

sashabeep commented 3 years ago

@robinpoort will try to try in some next day