You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
It would be great if the script could optionally auto-detect if the device is touch enabled (like the Modernizr .no-touch/.touch test) and always show for those devices - regardless of screen width. As well as the standard method of transforming to select at certain breakpoint.
Is that possible?
The text was updated successfully, but these errors were encountered:
I guess it would be possible, but I'm not sure why you would do it when the breakpoint does the job anyway?
You would also run into issues with people wanting the full nav on a tablet (such as the iPad).
Main reason is that a lot of nav menus work on hover state, which won't work on touch devices regardless of screen width. That's why I suggested it as an option.
It would be great if the script could optionally auto-detect if the device is touch enabled (like the Modernizr .no-touch/.touch test) and always show for those devices - regardless of screen width. As well as the standard method of transforming to select at certain breakpoint.
Is that possible?
The text was updated successfully, but these errors were encountered: