Open mshah1107 opened 10 years ago
Any help is highly appreciated. Thanks.
Scrolling works ok on my mobile and my sites that use the menu, so there must be something particular to your implementation...
Thanks. I will check my css. Could there be any problem with my jquery?
This might help: https://github.com/ComputerWolf/SlickNav/issues/3
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.