Open riad-uk opened 6 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
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.
Seems the tooltip does not work for mobile/touch devices.