Im beginner for the ionic-3 Im try to find my question type tutorial but i don’t see anything , I want to know how to open dial pad when i click the call button
i found some some solution
step01 <a href="tel:+1-1800-555-5555" class="button button-positive">Call me</a>
step02
Allow access in the config.xml file by adding the following code
<access origin="tel:*" launch-external="yes"/>
its work for me
3 Likes