Could I create "Call" button in HTML 5 IPhone application using PhoneGap? Pushing this button should invoke call to certain number on IPhone device.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If you can specify a URL for the button, use the URL format tel:phonenumber
.
回答2:
Best format is no punctuation in the number, so:
<a href="tel:+18002752273"> Call Apple Customer Support at 1-800-275-2273 </a>
回答3:
Use this "tel:phonenumber" it will NOT work on emulator, but it works on real device.