Mega Menu not working on Mobile / Tablet
Mega Menu on Android malfunction. Here is the fix for vendor/magento/magento2-base/lib/web/mage/menu.js
440,443d439
< // if (!target.hasClass('level-top') || !target.has('.ui-menu').length) {
< // window.location.href = target.find('> a').attr('href');
< // }
< // DAS 20221218 Fixed Menu on Android
446,451d441
< } else {
< this.select(event);
< // Open submenu on click
< if (target.has('.ui-menu').length) {
< this.expand(event);
< }
487d476
-
Fixed version of menu.js can be found at https://bsdadmin.com/downloads/menu.js
-
On investigation this appears to relate to M2.4.4 and above: https://github.com/magento/magento2/issues/35329#issuecomment-1139618176
Please sign in to leave a comment.
Comments
3 comments