• Resolved PoetikDragon

    (@poetikdragon)


    As it says – can’t navigate through submenus on an iPad. Its alright on the phone, all of the menus are indented as part of the top level menu. But clicking on a top level link on iPad just takes you to the link instead of opening the dropdown.

Viewing 6 replies - 1 through 6 (of 6 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I have tested this on my development site and I can reproduce this. I also checked the Sorbet demo site and on the demo site the menu works fine on iPad.

    I’m filing a bug report on this and will chat with the developers to see if there is something I can offer you to fix this until the update comes out.

    I’ll get back to you as quick as I can on this.

    Thread Starter PoetikDragon

    (@poetikdragon)

    Huzzah! Glad its not just me, I’ll sit tight for any helpful info. 🙂

    Thread Starter PoetikDragon

    (@poetikdragon)

    I found a temporary solution.

    I added doubletaptogo.js from here:
    http://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly

    And a single line of script in my page:
    $(“#menu-main-navigation li:has(ul)”).doubleTapToGo();

    When you chat with the devs, they may wish to implement this. It is a very tiny and straightforward script. 🙂

    Thread Starter PoetikDragon

    (@poetikdragon)

    In order to prevent DoubleTapToGo from being active on smaller screens which use the responsive menu layout, I changed the javascript to this:

    if ($(".main-navigation ul ul").css("visibility") == "hidden") {
    		$(".main-navigation li:has(ul)").doubleTapToGo();
    	}
    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Nice, and thanks for posting your solution. Hopefully the update will be out soon, but I can’t make any promises on when.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    @poetikdragon, an update has been posted for Sorbet and in our testing, it fixed the submenu issue. Let us know if you have any problems.

    [Edit: it may be a few hours or so before the update shows up.]

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Submenus don't work on iPad’ is closed to new replies.