bootstrap: dropdown JS doesn't work on iPad
Code 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.
About this issue
- Original URL
- State: closed
- Created 12 years ago
- Comments: 34 (2 by maintainers)
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