Could I create "Call" button in HTML 5 IPhone application using PhoneGap?
If you can specify a URL for the button, use the URL format tel:phonenumber
.
Best format is no punctuation in the number, so:
<a href="tel:+18002752273"> Call Apple Customer Support at 1-800-275-2273 </a>