Search code examples
blackberrybrowserfield

BlackBerry BrowserField displaying a webpage - detect when user navigates to other pages


I have a BrowserField in my application displaying a webpage.
Is there a way to detect browser navigation when user clicking on one link in the webpage and move to another webpage?


Solution

  • http://www.blackberry.com/developers/docs/4.6.0api/net/rim/device/api/browser/field/BrowserContentChangedEvent.html

    Not sure if this will trigger it however if you look at the api you can see all your options.

    Let me know if you find it.