Editing a BrowserField's History

Posted by Woody on Stack Overflow See other posts from Stack Overflow or by Woody
Published on 2011-06-14T16:54:37Z Indexed on 2011/06/22 0:23 UTC
Read the original article Hit count: 291

I have a BrowserField in my app, which works great. It intercept NavigationRequests to links on my website which go to external sites, and brings up a new windows to display those in the regular Browser, which also works great.

The problem I have is that if a user clicks a link to say "www.google.com", my app opens that up in a new browser, but also logs it into the BrowserHistory. So if they click back, away from google, they arrive back at my app, but then if they hit back again, the BrowserHistory would land them on the same page they were on (Because going back from Google doesn't move back in the history) I've tried to find a way to edit the BrowserField's BrowserHistory, but this doesn't seem possible. Short of creating my own class for logging the browsing history, is there anything I can do?

If I didn't do a good job explaining the problem, don't hesitate for clarification. Thanks

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about browser-history