ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

On mobile scroll closes menu #59

Open mshah1107 opened 10 years ago

mshah1107 commented 10 years ago

This plugin works great on desktop and ipad. On mobile, my menu has 6 items and each item has 5-6 sub items.

On mobile, while scrolling to one item in menu, the entire menu just closes. Also, the menu closes when you click anywhere outside the menu.

This is my code $('#mobileMenuId').slicknav({ open: function(trigger) { slicknavOpened(trigger); }, prependTo: '#dynamicMenu' });

Can anyone please suggest me what I can do?

Thank You.

mshah1107 commented 9 years ago

Any help is highly appreciated. Thanks.

symeonb commented 9 years ago

Scrolling works ok on my mobile and my sites that use the menu, so there must be something particular to your implementation...

mshah1107 commented 9 years ago

Thanks. I will check my css. Could there be any problem with my jquery?

iamjon commented 9 years ago

This might help: https://github.com/ComputerWolf/SlickNav/issues/3