The dropdown opens and closes fine but the click event / or touch event isn’t being fired. I put together a tiny test case demo but its just as easy to run the twitter bootsrap docs. I have tried this on Android and iOS devices.
I was hoping to rectify by including an Events library like, jQueryMobile or Hammer.js but I’m not sure if this will help as Twitter Bootstap (I think) includes its own touch handlers.
Anyone else come across the problem?
As a work around to this problem I used the Jquery Mobile touch events and listened for tapevents on the dropdown. Here is a simple implementation: