如何在浏览器中调用电话拨号器?或者这是不可能的?
我为 android 和 iphone 等手机建立了一个网站,当用户访问我的网站时,我是否可以调用一些系统内置活动(例如拨号器或短信)?
我想实现这个目标,因为我希望当用户单击带有电话号码的链接时,我可以开始直接拨打电话。
**********编辑********************
我认为这可能是因为在android中当我点击这样的url时:
<html>
<body>
<a href="market://search?q=pname:com.joelapenna.foursquared">asdfasdfsdf</a>
</body>
</html>
它会打开市场应用程序并引导我到我搜索的应用程序。
所以我想如果我们以某种方式格式化url,也许它也可以打开Android中的拨号器应用程序。
ps.我知道对于 Iphone 来说肯定是另一种情况,但目前,它足够好,可以与 Android 一起使用,任何一个,有什么想法吗?
谢谢^_^。
I build a website for phones like android and iphone,when users are visiting my site,is it possible for me to invoke some system build in activities like Dialer or SMS)?
I want to implement this cause I hope when user click the link with phone number,I can start to call directly.
************Edit*******************
I think it is possible cause in android when I click a url like this:
<html>
<body>
<a href="market://search?q=pname:com.joelapenna.foursquared">asdfasdfsdf</a>
</body>
</html>
it will open the market app and lead me to the app I search.
so I think if we format the url in some way ,maybe it can also open the Dialer app in Android.
ps.I know it must be another case when it comes to Iphone,but currently,it is fine enough it works with Android,any one ,any idea ?
Thanks ^_^.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要
tel
协议。这将启动本机电话拨号器。将其用作Wikipedia 和 RFC 上的更多信息:2806 和 3966
You need the
tel
protocol. This will launch the native phone dialer. Use it asMore on Wikipedia and the RFCs: 2806 and 3966
这难道不是一个重大的安全漏洞吗?
即制作一个 URL,强制手机拨打我拥有的高费率号码......
Wouldnt this represent a MAJOR security hole?
i.e. craft a URL that forces the phone to dial a premium rate number that I own....