[android-developers] Re: onLoadResource / shouldOverrideUrlLoading

2009-07-13 Thread ioRek
yep, and I still can't find a way to override my url if it's not a user action On 7 juil, 23:57, Daniel wrote: > Yeah, bummer... Some kind ofshouldOverrideUrlLoading/ > shouldLoadResource would be really nice and useful. Is a feature like > this planned for future versions? > And now that we are

[android-developers] Re: onLoadResource / shouldOverrideUrlLoading

2009-07-07 Thread Daniel
Yeah, bummer... Some kind of shouldOverrideUrlLoading/ shouldLoadResource would be really nice and useful. Is a feature like this planned for future versions? And now that we are at it, will the DOM of a WebView ever be accessible? There is a feature-request (http://code.google.com/p/ android/issu

[android-developers] Re: onLoadResource / shouldOverrideUrlLoading

2009-07-06 Thread ioRek
Then there is no way to do what I want ? When OnPageStarted or onLoadResource is called, its too late to cancel or modify something On 4 juil, 06:53, Grace Kloba wrote: > shouldOverrideUrlLoading is only called if the loading request is triggered > by a user action, like click on a link. It is n

[android-developers] Re: onLoadResource / shouldOverrideUrlLoading

2009-07-03 Thread Grace Kloba
shouldOverrideUrlLoading is only called if the loading request is triggered by a user action, like click on a link. It is not called for webview.loadUrl. thanks, Grace On Thu, Jul 2, 2009 at 5:58 AM, ioRek wrote: > > Hi everybody, > I have some issues in intercepting resource or url and cancel