I am looking through the Twitter Bootstrap documentation, and I'm interested in implementing a dismissible popover when a button is clicked. Here is the example from bootstrap's docs:
http://getbootstrap.com/javascript/#dismiss-on-next-click
When I press the "Dismissible Popover" button from my OS X Safari browser it works fine. But when I access the same link above from iOS Safari, the button does not work. That is, the popover is not dismissed on click.
Why is this button not working with iOS Safari?