In ionic 2.0 you could use the following code to dial a phone number.
<a ion-button href="tel:123456789"></a>
Now in ionic 3.0 I find if you select Cancel instead of Call the modal will close and then 2 seconds reopen and have to be cancelled again. Is there a way insure this modal only opens once.