Last year I discovered to my joy that Subeta works ALOT better on an Android phone then it used to. BUT there ate still some issues. The major issue for me are the tabs for certain sections of the site.
For example the tab Personal. It goes straight to Inventory, the dropdown menu is only visible for a second at most. I tried it in a zoomed in version, to make sure I just touched the arrow. Allas the same result. And even if I manage to hit a button like Account Search, it still directs me to Inventory
Can jou fix it, so I can get the dropdown menu to select from? For me ot's ok if it means ppening up a popup menu or even go to a seperate part of the site. Doesn't have to look fancy, as long as it works.
It's not really a bug, the layout is so old it isn't optimized for mobile (which is why they're making a new one)
You can use this custom CSS to fix the problem:
/* mobile navigation menu /
/ --device without good hover ability /
@💢media (hover: none) {
/ --cancel clicks on menu titles /
.menu-btn a.menu-tab {
pointer-events:none !important;
}
/ --mark submenu links */
.menu-btn ul li a[aria-haspopup=true] {
text-decoration:underline;
}
}
(remove the emohi)
Subeta messed with the code block, make sure to change the bold text to just "@ media" but without the space. :D