01-10-2013 04:35 AM
How to capture borserfield events.I am able to display a web page using browserfield and now i want to know that if i am clicking on a link,which page/resource it is redirecting to
01-10-2013 05:53 AM
Look at the
handleNavigationRequest()
and perhaps
handleResourceRequest()
in the ProtocolController that you can assign to your BrowserField using
BrowserFieldConfig.
Here are some KB articles that might help:
The way this is all structured takes a moment to get your head around, but there is logic there...