Bootstrap collapose, dropdown, clicks and hovers
PermalinkI have looked at a lot of code snippets on ways to modify bootstrap behavior, many do not really work well across all platforms. I usually try to go with the click to activate the drop down, but people often ask about hover.
I am interested in hearing other peoples thoughts on how they prefer to activate drop downs so it best works on desktop and mobile devices.
thanks
Peter
I hope you find it useful:https://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover...
I think a combination of hover and touch can be an effective approach.
Here is an example of a hover and touch navigation that Mesuva posted on his blog.
http://www.mesuva.com.au/blog/technical-notes/a-sass-based-combined...