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

Web and WebWorks Development

Reply
New Developer
navan1983
Posts: 60
Registered: ‎01-16-2009

Regarding Browser.field:


I am using Broswer.field for rendering a web page. How can i intercept the various requests done from this page?

Any sample code/application would be really helpful. I am not able to understand the sample given in Blackberry JDE?

Thanks,
Navaneet
Please use plain text.
Administrator
MSohm
Posts: 13,065
Registered: ‎07-09-2008
My Carrier: Bell

Re: Regarding Browser.field:

Have a look at the public Object eventOccurred(Event event) method in the browserfield sample.  This is fired whenever the user requests a new URL to download.  You can use it as a trigger to capture information about the request.
Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.