adobe-accessibility / Accessible-Mega-Menu

A demonstration of how to implement a keyboard and screen reader accessible mega menu as a jQuery plugin.
Apache License 2.0
605 stars 199 forks source link

Touch support breaks scrolling #14

Open ithinkdancan opened 10 years ago

ithinkdancan commented 10 years ago

We are having an issue where our nav items stack vertically for a responsive layout.

If you attempt to touch scroll starting on any item, the menu click handler calls preventDefault and the touchMove event never fires for the native browser to scroll the page.

NonProfit-Hans commented 9 years ago

@ithinkdancan,

Did you ever find success implementing the Accessible-Mega-Menu in a vertical presentation?

Thanks!

ithinkdancan commented 8 years ago

I ended up commenting out the touch cancel. Fork is here: https://github.com/ithinkdancan/Accessible-Mega-Menu