The tooltip on IOS requires two clicks to open. This is my configuration: ``` jQuery('#myidt').tooltipster({ trigger: click, maxWidth:300 }); ```