Closed (outdated)
Project:
Ultimenu
Version:
8.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2021 at 18:19 UTC
Updated:
18 Jun 2021 at 06:06 UTC
Jump to comment: Most recent
Using iPad Air 3 in Landscape mode, it is not possible to open the submenu of expanded main navigation items. It seems, the arrow icons are shown to late here. If you touch on a main navigation item it wil directly open the page the menu is linked to. How to make sure, I can use the full navigation on mobile devices in landscape mode?
Comments
Comment #2
gausarts commentedSorry for delay. I hope you can make it one way or another.
Does it happen on iPad Air only, or also other devices/ desktops?
If so, might be specific to iPad which requires special treatments.
If applied to all devices, then it is worse.
> It seems, the arrow icons are shown to late here.
Might be related to other issue with DOM ready fix. Please try this and report:
#3185044: Fix ultimenu functionality not work without document.ready()
> How to make sure, I can use the full navigation on mobile devices in landscape mode?
Not sure what yo meant. If you meant limited area for navigation to be fully rendered, you can either add regular visibility checks with media queries, or add regular visibility classes:
visible-mobile, etc. using block_class module, etc. to hide surplus blocks.Not so obvious unless you provide screenshots on the problem.
Comment #3
vistree commentedHi, we can close this issue as I decided to not use ultimenu any more. So I can't provide additional feedback. I use custom menu TWIG instead.