ajlkn / jquery.dropotron

Adds multilevel dropdown menus to jQuery.
132 stars 61 forks source link

Dropdown navigation disappears on some mobile devices #6

Closed jadesilver closed 9 years ago

jadesilver commented 9 years ago

On some mobile devices, when you click on the menu button to open the menu, the dropdown menu (slide out) menu starts appearing but then disappears again, and starts (re?) loading a page. This seems to be a similar bug as described here (for Bootstrap).

http://stackoverflow.com/questions/17178606/bootstrap-dropdown-navigation-not-working-on-mobile-browsers/25041753#25041753

The menu behavior works fine on Boat browser in the Galaxy S3, but not with Dolphin Browser or the stock browser.

ajlkn commented 9 years ago

This sounds like a Layers issue (not a Dropotron one, which doesn't power menus on mobile devices). Mind opening an issue over there (https://github.com/n33/skel-layers) with an example of this happening?