Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
zaeem
Posts: 8
Registered: ‎08-23-2008
Accepted Solution

getting URL from Browser

Is there any way to get URL from browser?I have seen an application which gets it and verifies it.

I have searched all the browser related api but unsuccessfull.

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: getting URL from Browser

You can add your own menu item to the Browser application. The current URL is sent to your app when selected by the user.

 

See ApplicationMenuItem and ApplicationMenuItemRepository in the javadocs.

 

Please use plain text.
New Developer
zaeem
Posts: 8
Registered: ‎08-23-2008

Re: getting URL from Browser

Thanks.that is what I wanted.

Please use plain text.