Hello,
i try following actionsheet in my mobile web ...
<ul data-role="actionsheet" id="listViewTeamActions" data-popup='{"direction": "left"}'>
<li><a href="mailto:1234@456.de">MailTo</a></li>
<li><a href="tel:1234567">Call</a></li>
</ul>
Later i will set href dynamically using jQuery.
The links doesn't work. If i click on one of them the actionsheet close ... but nothing else happened.
How do use mailto: and tel: links in actionsheet ?
Regards
Juergen
i try following actionsheet in my mobile web ...
<ul data-role="actionsheet" id="listViewTeamActions" data-popup='{"direction": "left"}'>
<li><a href="mailto:1234@456.de">MailTo</a></li>
<li><a href="tel:1234567">Call</a></li>
</ul>
Later i will set href dynamically using jQuery.
The links doesn't work. If i click on one of them the actionsheet close ... but nothing else happened.
How do use mailto: and tel: links in actionsheet ?
Regards
Juergen