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.
Huzzah! Glad its not just me, I’ll sit tight for any helpful info. 🙂
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. 🙂
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.]