0

How do I do that? Required: when I click on the number, it must make a call automatically(redirect to dialer).

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

As you are talking about the default android browser I assume you have a site that you want to allow the user to contact you from.

<a href="tel:2125551212">2125551212</a>

A click on the number will open the dialer (but you still need to press the dial button).

Possible duplicate of: Can I make a phone call from HTML on Android?

Community
  • 1
  • 1
Technotronic
  • 8,424
  • 4
  • 40
  • 53
  • I just want to open dialer on click, but on samsung phone's native browser, a layer with options 1. call, 2. send sms, 3. save to contacts, comes, then i have to press again on call. then dialer comes, i just want to skip middle prompt. – Vinod Jakhar Apr 22 '15 at 08:57
  • strange, it does not happen on my LG G3 with android lollipop – Technotronic Apr 22 '15 at 09:33
  • it happens on some specific models. even on my canvas it does not happen. – Vinod Jakhar Apr 22 '15 at 09:35