Wikiki / bulma-tooltip

Bulma's extension to display tooltip on desktop layout
MIT License
101 stars 32 forks source link

Touch devices #25

Open riad-uk opened 6 years ago

riad-uk commented 6 years ago

Seems the tooltip does not work for mobile/touch devices.

json-derulo commented 5 years ago

It works for touch devices. Just try the demo on your device. However, there is a quirk for the mobile Safari. The tooltip won't open on click by default on span / div elements, only on buttons. The solution is to put an empty onlick event on the element.

<span class="tooltip" data-tooltip="whatever" onclick="">My Tooltip</span>

See this SO answer

enparticular commented 5 years ago

found another issue with touch devices. using the onclick="" trick they work but if you click out the tooltip doesn't dissapear. this happens even in the demo version here: https://github.com/Wikiki/bulma-tooltip using iphone X and iphone XR.