Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否可以使用 HTML5 或 Cordova (PhoneGap) 来启动电话号码?我想要一个标有“呼叫 555-555-5555”的按钮,当按下时,它会使用该号码启动设备的电话。
像这样使用 html 电话方案:
<a href="tel:555-555-5555">Call 555-555-5555</a>
有关更多详细信息,请查看此点击通话链接