No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Tap to call feature

    Help
    2
    2
    404
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      asklko2004 last edited by

      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

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @asklko2004 last edited by

        @asklko2004

        email:

        <q-btn round type="a" href="mailto:emailAdress@gmail.com"
                                    icon="email"/>
        
        

        phone:

        <q-btn round type="a"  href="tel:2125551212"
                                    icon="phone"/>
        
        1 Reply Last reply Reply Quote 1
        • First post
          Last post