My mailto link works well on Windows desktop but does not work with iOS. I does open the mail app but does not insert the email address to "To" section. Here's my html:
<div class="email">
<span class="info-ico"><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
<a class="txt" href="mailto:test@test.test">test@test.test</a>
</div>