dropdown JS doesn't work on iPad
See original GitHub issueCode like the following works on desktop browsers, but on the iPad, the dropdown menu isn’t opening:
<ul class="nav pull-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown"> <strong>Drew Dara-Abrams</strong>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="/admin/users/1">Edit Your Profile</a>
</li>
<li class="divider"></li>
<li>
<a href="/users/sign_out">Sign Out</a>
</li>
</ul>
</li>
</ul>
I’ve tried both the 2.0 release of bootstrap-dropdown.js and the latest from 2.0.3-wip.
Issue Analytics
- State:
- Created 11 years ago
- Comments:34 (2 by maintainers)
Top Results From Across the Web
dropdown menu javascript not working on tablet or iphone
My dropdown menu on my nav bar does not show up on iPhone 6 or iPad. However, the drop-down menu shows on my...
Read more >How can I get my dropdown menus to work on Safari?
... has dropdown menus, but these don't seem to work in Safari on iPad. ... Tap Settings > Safari > Advanced then make...
Read more >How to Fix WordPress Drop Down Menu not Working on iPad
To fix the problem of the drop down menu not working on iPad, a better design would be to eliminate the main menu...
Read more >Issue with Dropdown when using iPad
The dropdown doesn't allow selection from the dropdown when using an iPad using Safari, Chrome or Firefox. Recreated using the dropdown demo ...
Read more >twenty twelve dropdown menus not working on iPad
Dropdown menus on iPad do not remain open after touching main-level nav item. I experienced this same issue on other sites with Genesis...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same problem … This is the html that doesn’t work on ipad. I can’t click on the sub-itens I already hack this html with
Thanks! sön 15 nov. 2015 kl. 15:47 skrev Julian notifications@github.com: