I have created my own browser, but I want to get default browser history.
相关问题
- How to make background of BrowserField transparent
- Eclipse Blackberry Preprocessor Not Working?
- Cannot register in sample BlackBerry push applicat
- Unexpected JDWP Error 21
- Receive text message using J2ME
相关文章
- To get the module names in blackberry
- How to close a global dialog and display another i
- Button Image Problem
- How to install a draft app on a blackberry sandbox
- FB SDK not working on OS 7
- Parent & Child Node with different images & Clicka
- What unit-test frameworks would you recommend for
- SQLite for BlackBerry
The title says default browser: No, there is no way to programmatically access the default browser history.
The content says "my own browser": with a BrowserField you can use the eventOccurred method to get the destination URL and build your own history.