I have tried two ways to send a deep link to an android phone by email:
<a href="mycoolapp://somepath">Open my app</a>
and
mycoolapp://somepath
Neither of these produces a clickable link when the email is viewed on an Android phone. The first (which was the way recommended by the ionic plugin I use) just shows the raw html.
Is there a way to make the deep link clickable in the same way that a url is?