codewithkyle/tooltipper

Better touch support

codewithkyle opened this issue · 1 comments

The focus and blur events provide a crappy user experience on touch devices. We should add a touch events that disable/override focus/blur events.

This also appears to be an issue with pointer devices for elements the support focus and blur events such as <button> elements.