开发者

Could I create "Call" button in HTML 5 IPhone application using PhoneGap?

开发者 https://www.devze.com 2023-01-24 13:54 出处:网络
Could I create \"Call\" button in HTML 5 IPhone application using PhoneGap? Pushing this button should invoke call to certain number on IPh开发者_开发知识库one device.If you can specify a URL for the

Could I create "Call" button in HTML 5 IPhone application using PhoneGap? Pushing this button should invoke call to certain number on IPh开发者_开发知识库one device.


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>


Use this "tel:phonenumber" it will NOT work on emulator, but it works on real device.

0

精彩评论

暂无评论...
验证码 换一张
取 消