我正在尝试从我的应用程序中启动Blackberry浏览器,它适用于模拟器,但它不适用于该设备。
这是代码:
public static void launchBrowser(String url) {
BrowserSession session = Browser.getDefaultSession();
session.displayPage(url);
}
它启动了浏览器,但它没有加载页面。这是我得到的错误:
The protocol specified is not supported by the handheld. Please try a different url.
有办法做到这一点吗?我非常绝望:-S
此外,当我启动独立浏览器时,它也应该与BIS一起使用,对吧?
提前感谢大家!
答案 0 :(得分:0)
问题已解决!忘了在网址
之前添加http://