Can I make a phone call from HTML on Android?

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-05-05T14:45:10Z Indexed on 2010/05/05 14:48 UTC
Read the original article Hit count: 214

Filed under:
|

To make a phone call via HTML on an iPhone I create an <A/> tag with an href formatted as: <a href='tel:123-555-1212'>Dial Me</a>.

Is there an equivelant for HTML on Android?

© Stack Overflow or respective owner

Related posts about android

Related posts about html