milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
919 stars 196 forks source link

Nav menu's bugged on iPad landscape #286

Closed designerwood closed 10 years ago

designerwood commented 10 years ago

My nav's work fine everywhere else (including iPad portrait), but on iPad in landscape they are very flaky and when you click on one drop down another might flash for a second before the proper one opens or other undesirable effects.

This effect is both apparent in my child theme and with just Reverie itself enabled.

*\ I notice it actually happens on the Reverie demo too. If you view it on landscape iPad then click on 'News' the 'About' tab also gets activated (or Support then News dropdown pops up). ... I've tried updating to the latest version of Foundation using Grunterie and still have the same problem.

Anyone have any suggestions? Only thing I can think of is the Reverie walker may need to be updated, but I've been looking at this issue for hours, so figured it was time to come for help!

Thanks in advance.

Aetles commented 10 years ago

Sound like the same problem I reported three months ago: in #267.

designerwood commented 10 years ago

Yea, that sounds like it exactly. Zurb examples doesn't have any dropdowns next to each other for testing. But I did find this Foundation 5.2.1 theme and it appears to work fine (unless you click on the navs really fast, then it lags behind): http://cleanyeti.serenethemes.com/

designerwood commented 10 years ago

Looks like this one is fine too, though it's hard to say for certain, the button next to the dropdown is not getting clicked: http://foundationpress.olefredrik.com/

designerwood commented 10 years ago

Fixed by updating the viewport to the current one Foundation uses. Their initial release (5.0) had the wrong tag.

It should be: <meta name="viewport" content="width=device-width, initial-scale=1.0" />