Tap to call feature
-
Hi i need to know if there is a way i can have a phone icon in my quasar app for android and tap the icon to call the linked mobile number, or like have an email address and tap to switch to the email app.
Thanks
-
email:
<q-btn round type="a" href="mailto:emailAdress@gmail.com" icon="email"/>
phone:
<q-btn round type="a" href="tel:2125551212" icon="phone"/>