twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.29k stars 78.79k forks source link

Popover, Tooltips with ontouchend Events #6625

Closed tiefenb closed 11 years ago

tiefenb commented 11 years ago

Hi,

It is possible to make Popover-Triggers work with touch events?

E.g.:

$('.comment').popover({ animation: true, html: true, trigger: (document.createTouch != null ? 'touchend' : 'hover') });

fat commented 11 years ago

lot of bootstrap users are using https://github.com/ftlabs/fastclick