Closed tiefenb closed 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') });
lot of bootstrap users are using https://github.com/ftlabs/fastclick
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') });