I don't know where to put the bug report of APIs.

I use WebView to display some pages in my dictionary software. I met
some problems with WebView.

1) could not handle the color values
When I use the HTML code:
<font color="#00FF00"></font>
the WebView could not handle this type of tags. But
<font color="red"></font>
can work well.

This bug exist both in SDK1.0 & SDK1.1

2) Chinese Char:
I use UTF-8 as the charset, and if there exist some Chinese chars,
then
this HTML code could not be displayed in WebView:
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=UTF-8"></head> <body>  <p><font color="red">[--------
美国传统词典[双解] --------]</font></p>
</body>
</html>

This bug exists in SDK1.1.

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