I just want to load a url into the WebView and be notified when it finishes
loading.  If I don't implement shouldOverride and call WebView#load, my
redirect isn't getting followed.  If I do implement shouldOverride this way,
my onPageFinished gets called twice gets

-Heath

On Feb 19, 2011 1:38 PM, "Miguel Morales" <therevolti...@gmail.com> wrote:

If I recall correctly, ajax requests can indeed call the webview client.
I'm not sure I understand what you're trying to implement, but the
onLoadResource() callback a bit useful.  If you're handling your own
loadURL in shouldOverride() you need to set return false so that the
webview doesn't attempt to load the page twice.


On Fri, Feb 18, 2011 at 11:59 PM, Heath Borders <heath.bord...@gmail.com>
wrote:
> When I call WebV...
--
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://www.youtube.com/user/revoltingx


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" ...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to