How do I do that? Required: when I click on the number, it must make a call automatically(redirect to dialer).
Asked
Active
Viewed 83 times
0
-
I don't **know**, but I *bet* you can't. – T.J. Crowder Apr 22 '15 at 08:15
-
Yeah, it would be stupidly abusable if you could – user3154108 Apr 22 '15 at 08:17
1 Answers
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
-
-
it happens on some specific models. even on my canvas it does not happen. – Vinod Jakhar Apr 22 '15 at 09:35