にいくつかの画像を追加すると、画像は予想から90度WebView
回転します。
これは、Samsungカメラが.jpg写真+EXIF回転タグで撮影するためです。
同じ画像がギャラリーでは正常に表示されますが、私のでは表示されません。WebView
String htmlWithImages = "<html> <some html>";
htmlWithImages += imageUri; // Image's content uri like content://
mWebView.loadDataWithBaseURL("", htmlWithImages, "text/html", "utf-8", "");
これはバグWebView
ですか?回避策はありますか?