Hi, All
I find that when if there are some table tags in HTML, then the
webview will not display anything. This only happens when use
WebView.loadData or WebView.loadDataWithBaseURL. If I put the same
HTML file to a server and use WebView.loadUrl, this problem doesn't
exist. And if I remove the <table></table> tag, no problem too.

My HTML is like below:
<html>
<body>
<table border="0" width="100%" height="100%" id="table1">
        <tr>
                <td>
                <p align="center"><font color="#FFFFFF">Update Checking Failed.
Please Try Again.</font></td>
        </tr>
</table>
</body>
</html>

Is this the known problem with webview? What do you suggest if I want
to use local html resources with different languages?

Thanks.

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

Reply via email to