Magic tab click issue on Ipad device
Permalink
Hi
i have used Magic tab (https://www.concrete5.org/marketplace/addons/magic-tabs1) .
In ipad view the tab description only show if we click the tab heading twice.
Thanks
i have used Magic tab (https://www.concrete5.org/marketplace/addons/magic-tabs1) .
In ipad view the tab description only show if we click the tab heading twice.
Thanks
Have you contacted the developer through the Add-On support?
The tips are rendered as HTML title attributes, so the behaviour is governed by the platform and browser (iPad) and should be exactly the same behaviour as a title attribute applied to any other element on your page.
For example, if you place the following in an HTML block, it should exhibit similar behaviour.
For example, if you place the following in an HTML block, it should exhibit similar behaviour.
<div title="A tip in a DIV element"> <a href="http://www.concrete5.org/profile/-/view/268974/">A link to your profile page</a> </div>