I am using WebView to display web content in my app. Since I want to
keep all content in my webview and not launch the browser, I override
shouldOverrideUrlLoading and call loadUrl().  One of the pages has an
image that is very large, so I want to put it in the assets
directory.

When the user clicks on a link that starts with http:// everything
works fine. When they click on a link that starts with file:///android_asset,
shouldOverrideUrlLoading never gets called so my app never calls
loadUrl - hence nothing happens.

Anyone know why this is?

Thanks!

-- 
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