黑莓浏览器字段问题

发布于 2024-10-25 16:23:44 字数 426 浏览 0 评论 0原文

我的 BlackBerry 应用程序使用 BrowserField 来显示网页。我已经为 RenderingApplication 实现了 eventOccurred() 方法。第一页加载良好。 EVENT_BROWSER_CONTENT_CHANGED 在请求 URL (EVENT_URL_REQUESTED) 后触发并且首页加载正常。

第一页上的按钮重定向到不同的页面。这适用于常规浏览器。在模拟器上,单击按钮时会再次加载同一页面。当我调试时,我发现 EVENT_URL_REQUESTED 被触发,但 event.getURL() 与首页 URL 相同。我不明白发生了什么事,也不明白我是否遗漏了任何非常明显的东西。有人可以帮忙吗?

My BlackBerry app uses BrowserField to display web pages. I have implemented the eventOccurred() method for the RenderingApplication. The first page loads fine. EVENT_BROWSER_CONTENT_CHANGED is fired after the URL is requested (EVENT_URL_REQUESTED) and the first page loads fine.

A button on the first page redirects to a different page. This works on a regular browser. On the simulator, the same page gets loaded again when the button is clicked. When I debug, I see that the EVENT_URL_REQUESTED is getting fired but the event.getURL() is same as the first page URL. I don't understand whats going on and if I am missing anything very obvious. Can anyone help please?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文