在黑莓上:在没有 J2ME 的情况下根据用户操作在应用程序中拨打电话?

发布于 2024-07-25 03:54:38 字数 257 浏览 9 评论 0原文

有没有办法使用浏览器应用程序开发在应用程序中拨打电话? (例如,使用类似于 'mailto:[email protected]',但这会拨打电话而不是发送邮件。)

如果没有,是否可以使用快速应用程序开发来拨打电话?

Is there a way of making a phonecall within an application using Browser application development ? (for example using a link with a protocol similar to 'mailto:[email protected]' but that would make phonecalls instead of sending mails.)

If not, is it possible to make phonecalls using the Rapid application development ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彻夜缠绵 2024-08-01 03:54:38

如果这是一个托管在浏览器中的应用程序,则 Blackberry 会遵守 WAP 电话号码编码约定。

下面是一个示例片段,用于显示可通过 Blackberry 设备拨打的号码:

555.123.1367

我已经使用这个方法有一段时间了,它对我有用。 当用户单击该链接时,操作系统会弹出一个对话框,询问您是否要拨打该号码。

其他信息
我还建议查看 Blackberry 的其他开发资源。 由于与 iPhone/Android 相比,当前的浏览器仍处于石器时代,因此值得看看有什么可能性。
http://na.blackberry.com /eng/support/docs/subcategories/?userType=21&category=BlackBerry+Browser

If this an app hosted in a browser, Blackberry respects WAP conventions for encoding a phone number.

Here's an example snipppit for displaying a number that is callable via a Blackberry device:

<a href='wtai://wp/mc;5551231367' title='Call'>555.123.1367</a>

I've been using this approch for some time now and it works for me. When the user clicks the link, a dialog from the OS pops up and asks if you would like to call this number.

Additional Information
I also recommend checking out Blackberry's additional resources on development. Since the current browser is still in the stone age compared to iPhone/Android it's worth seeing what's possible.
http://na.blackberry.com/eng/support/docs/subcategories/?userType=21&category=BlackBerry+Browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文