I am trying to handle an event in BrowserField
when the user actually clicks a link.
I studied BrowserFieldListener
, tried its documentCreated()
method but that gives me a response when the page starts loading. I want a trigger the moment user clicks a link inside browserField.
What am i missing here?
Override handleNavigationRequest() of ProtocolController like