I'm working on mobile project using asp.net mvc4 and I would like to have a button that allows to make a call on smartphones, how to create such button?
Asked
Active
Viewed 1,126 times
0
-
1There are many similar questions, check [How to mark-up phone numbers?](http://stackoverflow.com/q/1164004/944681) – Michal Klouda May 27 '13 at 08:28
1 Answers
0
Usually, a link that allows to call from smartphone is looks like that :
<a href="tel:+33242125212">Call</a>
If you want buttons, you can add a button class to make it look like a button.

hemma731
- 148
- 1
- 1
- 8