Hi,

I have been using loadDataWithBaseURL to display dynamic HTML with no
issues, and today I get a force close everytime on my Nexus 1 running
2.2. Although it did work fine last week after the update.

Has anything changed that will stop this working?

Example code:-

 final String mimeType = "text/html";
 final String encoding = "UTF-8";
 wbvInfo.loadDataWithBaseURL("fake://this/is/not/real", "Test",
mimeType, encoding, null);

As mentioned, this used to work fine, and still does on the G1, but is
now crashing the Nexus 1 everytime.

Thanks a lot,

Ryan

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