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

Tab order going through page when navigation is open #90

Open nickfmc opened 2 years ago

nickfmc commented 2 years ago

When the navigation is open I have to click within the menu to start tabbing, then my tab order goes through the menu and then continues to the links on my page. Is there a way to force the tab order to ignore the site when the navigation is open? Otherwise I have accessibility issues.

heatherduvall commented 1 year ago

Did you find a solution for this? We have the same issue on iOS when trying to swipe through. The menu opens but then continues with normal links on the page, not the menu items.

nickfmc commented 1 year ago

I did not, because to be honest I forgot about it! I'll look into this again on my next project, doesn't seam like the fix should be too difficult.