somewebmedia / hc-offcanvas-nav

JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
https://somewebmedia.github.io/hc-offcanvas-nav/
MIT License
336 stars 82 forks source link

Expanded nav on large screens and collapsed on small screens #68

Open abstractindia opened 3 years ago

abstractindia commented 3 years ago

I am trying to make the nav expanded for large screens (above 768px) and collapsed nav on small screens (below 768px) which can be opened by taping on toggle. The option expanded : true is making the nav expanded even on small screens. What option should I tweak to make this possible?

somewebmedia commented 3 years ago

I'll probably have to introduce a new option to the plugin.