Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on a background application in which I need to get some device events of normal device functionality. Regarding which I need to get the URL which a user hit in device default browser. Means if a user use blackberry device default browser to open a url, I want to retrieve that url programmetically in my application running in background.

Is this possible, please let me know with your suggestions.

share|improve this question
Hi @samintechvalens am also searching for the same... Did you solve this..? If you got solution for this can you help me... thanQ. – VenkaReddy Jul 5 '12 at 9:48
Not yet, but when ever I get it, i will surely provide that answer to stack. – Sam-In-TechValens Jul 6 '12 at 9:28

1 Answer

There is no BlackBerry API to get the URL opened in the browser, nor is there one to access browser history.

You can add an ApplicationMenuItem to the browser application. When the user clicks on it your application is passed the URL of the current page.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.