我的黑客座使用<代码>Browser Field显示网页。 我已采用了<代码>eventOccurred()方法,用于<代码>RenderingApplication。 第1页负荷是罚款的。 <代码>EVENT_BROWSER_CONTENT_CHANGED在要求URL(EVENT_URL_REquestSTED
)和首页装载量罚款后发射。
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?