[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread yhfudev
You may move the uses-sdk android:minSdkVersion=1/uses-sdk to the first line, after the manifest On Apr 24, 6:04 am, s...@zooropa.com s...@zooropa.com wrote: Okay I just sent a message to Google we'll see what they say. On Apr 24, 6:17 am, Al Sutton a...@funkyandroid.com wrote: There's

[android-developers] Re: Has anyone succeeded in displaying non latin-1 characters in Webview after RC33?

2009-02-14 Thread yhfudev
you may use: loadDataWithBaseURL (null, content, text/html, utf-8, about:blank); On Feb 13, 2:33 pm, Mark Murphy mmur...@commonsware.com wrote: Chister Nordvik wrote: String xml = html +   body +         Norwegian chars: aring;oslash; +   /body + /html; myWebView.loadData(xml,

[android-developers] Re: # special characters in webview

2009-02-14 Thread yhfudev
You may use: loadDataWithBaseURL (null, content, text/html, utf-8, about:blank); On Jan 27, 7:45 am, Bob bshumsk...@yahoo.com wrote: Hi, I am populating awebviewwith the loaddata option but special characters such as ' for quotation mark aren't showing up and end the display.  What am I

[android-developers] Re: Some bugs of WebView

2009-02-14 Thread yhfudev
After I have tried some methods, it could work now. use: loadDataWithBaseURL (null, content, text/html, utf-8, about:blank); Thank you very much! On Feb 11, 3:21 pm, Mark Murphy mmur...@commonsware.com wrote: kolby wrote: Hmmm,    String test = htmlhead/headbodysome text font color=

[android-developers] Some bugs of WebView

2009-02-11 Thread yhfudev
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