Isn't the F7 Tooltip componenent supposed to be visible on hover?

Is there a way the tooltip can show-up once on hover without calling the JavaScript app methods?

<a href="#" class="link tooltip-init" data-tooltip="Tooltip text">
  <i>info</i>
</a>