Hello everyone I'm Alessandro and this is my very first post in this group :) Have you ever set up a navmenu with some submenus? This is my case:
<https://lh4.googleusercontent.com/-aLxLXp97rGM/U-M8YsdipDI/AAAAAAAAAEc/oO20ImeSSwo/s1600/hobo_submenus.PNG> This is a little snippet of the html code: <ul class="navigation main-nav nav"> <li class="dropdown"> <a href="/restaurants">Locali</a></li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Amministrazione<strong class="caret"></strong></a> <ul class="dropdown-menu" id="navmenu_children_6"> <li> <a href="/admin/userroles">Ruoli</a></li> <li> <a href="/admin/users">Utenti</a></li> <li> <a href="/navmenus">Menu di navigazione</a></li> </ul> </li> ... </ul> It works wonderfully in desktop browsers, but when i've checked it in a cellphone, i've stumbled into a strange behaviour, while tapping on a submenu: the tap does nothing more than imploding the sublist, no redirections to the desired page whatsoever! It appears that is a old known bug on the 2.3.2 which we use in hobo_bootstrap, and the web is plenty of its references... ...I'll link one of them: https://github.com/gwtbootstrap/gwt-bootstrap/pull/451, which suggests some fixes, but i'm not capable of take care of it by myself :( Maybe the better solution would be to jump alltogether on the bootstrap 3 boat, what do you think? :) Bye, Alessandro -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
