Open mujtabachohan opened 9 years ago
Same for me on Android Chrome and Opera (on Note4). I haven't tried other browsers.
Seems to be a bug in bootstrap 2.3.2
To fix it, add following lines to your site.css:
.dropdown-backdrop{
position: static;
}
Source: http://stackoverflow.com/questions/17579750/drop-down-menu-not-working-on-mobile-devices
Using Safari/Chrome on iPhone (problem affects all iOS/iPhone versions) links that are one level deep do not work. Example try clicking on Documentation > Usage or Tools > Tools Javadoc does not take you to the correct page i.e. nothing happens when a link is pressed.