final WebView wv = (WebView) findViewById(R.id.msgs);
wv.loadData( "<body><B>#</B></body>", "text/html",
"utf-8");
nothing is displayed in the webview and once we try to load a #
character other characters following it are also not displayed
Pls any one can guide me why this weired behavior
Regards
Vel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---