CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

Tooltip does not work on Safari@iOS #33

Open lucamarcelpeters opened 5 months ago

lucamarcelpeters commented 5 months ago

BulmaTooltip is awsome, but currently the tooltip won't show on iOS using Safari after clicking on it. It will only show up after holding the element for a second the way you would select text. Will only be hidden again if you click and hold somewhere else. Works perfectly fine on desktop.

<span class="has-tooltip-arrow has-tooltip-left" data-tooltip="Hi, I'm a tooltip">
  Hover
</span>

Using latest iOS 17.4.1 with Safari