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

