Links in dropdown menu not firing on iPad
Created by: joeynguyen
I'm using the data-toggle="dropdown" attribute and the links aren't working for me on the iPad. The dropdown menu fades out, but the page doesn't load the link in the href URL. Am I doing something wrong?
Also on iPad, if one dropdown is already visible, clicking on another top menu link to get another dropdown to appear requires 2 clicks on that other link which isn't a great user experience. It works fine on desktop (only one click is needed).
Here is my jsfiddle - http://jsfiddle.net/joeynguyen/SYLb8/10/ (You'll have to scroll to the right to see the menu buttons). Thanks.