Doh, my bad that's what I get from using my memory. But yeah, if you're handling your own loadUrl logic return 'true' not false. So, to clarify if you're correctly return true and using your own loadURL call then shoulOverride is !probably being caused by your ajax calls. Again this is from memory, but I remember this happening and the way I fixed it was just by implementing some logic in the onLoadResource method. This was specific to the webapp though, so I'm not sure what you're trying to achieve.
On Sat, Feb 19, 2011 at 11:43 AM, Mark Murphy <[email protected]> wrote: > On Sat, Feb 19, 2011 at 2:43 PM, Mark Murphy <[email protected]> wrote: >> On Sat, Feb 19, 2011 at 2:37 PM, Miguel Morales <[email protected]> >> wrote: >>> 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. >> >> No. >> >> "Returns: True if the host application wants to handle the key event >> itself, otherwise return false" > > Whoops, wrong quote: > > "Returns: True if the host application wants to leave the current > WebView and handle the url itself, otherwise return false." > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- ~ 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" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

