在 BlackBerry 设备主屏幕上创建图标
我有一个用 jQuery Mobile 编写的基于 Web 的移动应用程序,但想知道是否有办法向我的 BlackBerry 主屏幕添加指向 Web 位置的图标。有没有办法使用 jQuery Mobile 或 PhoneGap 以编程方式执行此操作?既然它是用 jQuery Mobile 编写的,我什至可以使用 PhoneGap 吗?我在网上找不到任何与此相关的内容。
I have a web-based mobile app written in jQuery Mobile, but would like to know if there's a way to add an icon to my BlackBerry home screen that points to the web location. Is there a way to do this programmatically using jQuery Mobile or PhoneGap? Since it's written in jQuery Mobile, would I even be able to use PhoneGap? I can't find anything on this on the web.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Joshua Rose,在我自己做了一些研究之后,您需要用 Java 开发一个简单的应用程序,单击该应用程序的唯一目标是打开浏览器并转到您指定的 URL,这里有一篇文章:- 如何调用浏览器。
Joshua Rose, after doing some research myself you need to develop a simple app in Java whose sole goal when clicked is open the browser and go to the URL you have designated, here is an article: - How to Invoke the Browser.
目前您的应用程序是基于网络的。为了使其成为真正的应用程序,您需要使用 jQuery 移动和电话间隙将应用程序移植为本机应用程序。之后添加图标非常简单:)
Currently your app is web based. For making it a true app you need to port the application as a native application using jQuery mobile and phone gap. After that ist really simple to add an icon :)