Admittedly, I haven't used WebView, but accorrding to the API docs, "Content
loaded through this mechanism does not have the ability to load content from
the network." I suppose you should be using loadDataWithBaseURL instead.

http://developer.android.com/reference/android/webkit/WebView.html#loadData(java.lang.String,%20java.lang.String,%20java.lang.String
)

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