calebjacob / tooltipster

A jQuery tooltip plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tooltip on IOS requires two clicks to open.

axmusic opened this issue · comments

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

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