Make Phone Call Button in Android Web Page
I've got this website that is specifically designed for Android phones. It would be awe开发者_如何学JAVAsome if I could make a button that would make a phone call.
Ideally the code would be something like:
Call NOW
<a href="tel:1-800-555-1212">Call NOW</a>
use tel:1-800-555-1212 as the href
精彩评论