[android-beginners] Capturing all the Browser Events

2010-05-18 Thread prajakta choudhari
Hello All: I want to capture all the browser events like when the user clicks on a link, when a new link is opened, when the browser was rendered with the new html page. Is this possible to do in SDK. Is there any way I can do it in the NDK. Thank you, Prajakta -- You received this message be

Re: [android-beginners] Capturing all the Browser Events

2010-05-18 Thread TreKing
On Tue, May 18, 2010 at 10:56 AM, prajakta choudhari < prajaktachoudh...@gmail.com> wrote: > Is this possible to do in SDK I doubt it - and certainly hope not. Though you can probably do this with a WebView embedded in your own app that you control. -