テキスト付きのHTMLファイルをロードするWebViewを入手しました。問題は、HTMLの内側と外側の色が同じではないことです。これがスクリーンショットです:
HTMLファイルは次のとおりです。
<html dir="rtl">
<head>
<title>About</title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<body bgcolor="#FFFFFF">
<p>This is a Testpp</p>
<p>See the problem.</p>
<p>last test:</p>
</body>
</html>
(削除してもbgcolor="#FFFFFF"
色は変わりません)ありがとうございます!