On an iPhone, when I tap on the menu in upper right I get the Main Menu Items - which works fine. From there if I tap an option with sub-menu items it expands the sub-menus but then proceeds to immediately load the first item.

This is not the case on Android phone - works as expected and waits until I tap the sub-menu option before loading it.

Any suggestions how to stop that?

Thanks - Neil

Comments

nfriend created an issue. See original summary.

redFrik’s picture

a quick temporary fix seems to be to open the file zeropoint/js/toggles.min.js and remove the following bit of code /Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(window.navigator.userAgent)&&
it's near the end of the line. and don't forget to make a backup of the file first.

  • Florian committed 17b4a8f on 6.x-4.x
    - Updated to use all versions of Yahoo Pure.CSS (https://purecss.io/)....

  • Florian committed a0f36e6 on 7.x-4.x
    - Updated to use all versions of Yahoo Pure.CSS (https://purecss.io/)....
Florian’s picture

Status: Active » Fixed

This issue was fixed on releases 7.x-4.12 or 6.x-4.4.

Florian’s picture

Status: Fixed » Closed (fixed)