Anyone know of a Jquery tool tip that includes a solution for mobile devices? Since the Hover state doesn’t work, I’m guessing I need something that also works on click. Maybe it behaves like a modal box on click? Just throwing stuff out here. Not sure what the best solution would be.
— Update —
I really like the solution @Alveoli suggested, but I ended up taking a stab at it myself. I used qTip as my base and wrote some Frankenstein’d code to create both touch friendly tooltips and mobile friendly modal boxes. Any help optimizing the code would be greatly appreciated. Here is the fiddle…http://jsfiddle.net/cssguru/NQRBT/
I’m looking for the same thing and found this elegant solution:
http://osvaldas.info/blog/elegant-css-and-jquery-tooltip-responsive-mobile-friendly
Bonus is that on a mobile it ‘sticks’ when you touch it and disappears when you touch it again.