【问题标题】:How to access iPhone dialer keypad from trigger.io API如何从 trigger.io API 访问 iPhone 拨号键盘 【发布时间】:2012-08-07 02:52:54 【问题描述】: 如何在 trigger.io 应用中显示拨号键盘? 【问题讨论】: 标签: trigger.io 【解决方案1】: 使用 HTML5 数字输入应该会导致默认数字键盘出现在设备上: <input name="txtPhone" id="txtPhone" value="" type="number"> 【讨论】: