andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 57 forks source link

Top nav/menu links do not work on iPhone #41

Open mujtabachohan opened 9 years ago

mujtabachohan commented 9 years ago

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.

img_5235

ShahimEssaid commented 9 years ago

Same for me on Android Chrome and Opera (on Note4). I haven't tried other browsers.

NelTdS commented 8 years ago

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