calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

The tooltip on IOS requires two clicks to open. #829

Open axmusic opened 6 months ago

axmusic commented 6 months ago

The tooltip on IOS requires two clicks to open. This is my configuration:

    jQuery('#myidt').tooltipster({
      trigger: click,
      maxWidth:300
    });