バグ #322
【Android】Youtubeを含むページの記事詳細レイアウトが崩れる
ステータス: | 終了 | 開始日: | 2015/06/19 | |
---|---|---|---|---|
優先度: | 通常 | 期日: | ||
担当者: | - | 進捗 %: | 0% | |
カテゴリ: | - | 作業時間の記録: | - | |
対象バージョン: | - |
履歴
#1 鈴木 慎吾 が9年以上前に更新
- ステータス を 新規 から 解決 に変更
String html = "<meta name=\"viewport\" content=\"width=device-width\"/><div id=\"haloonews\">"
+ "<style type=\"text/css\">img{ max-width: 100%; height: auto; }</style>"
+ "<style type=\"text/css\">.move{ position:relative; width:100%; padding-top:56.25%; }</style>"
+ "<style type=\"text/css\">.move iframe{ position:absolute; top:0; right:0; width:100%; height:100%; }</style>"
+ body
+ "</div>";
web.loadDataWithBaseURL("", html, "text/html", "UTF-8", "");