黑莓浏览器字段问题
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论