Commit 0a8e9736 by Masaru Abe

getitsプレビュー対応

parent b02b69cd
...@@ -92,7 +92,7 @@ body { ...@@ -92,7 +92,7 @@ body {
float: right; float: right;
padding: 0; padding: 0;
margin: 0; margin: 0;
text-align: center; text-align: right;
} }
#header_menu li a { #header_menu li a {
width: auto; width: auto;
......
...@@ -5357,7 +5357,8 @@ $("document").ready(function () { ...@@ -5357,7 +5357,8 @@ $("document").ready(function () {
if (CONTENTVIEW_GENERAL.avwUserEnvObj.isIos()) { if (CONTENTVIEW_GENERAL.avwUserEnvObj.isIos()) {
if(ClientData.isStreamingMode() || CONTENTVIEW_GENERAL.avwUserEnvObj.isMobile()){ if(ClientData.isStreamingMode() || CONTENTVIEW_GENERAL.avwUserEnvObj.isIphone()){
//iPhoneの場合はデフォルトのviewportのほうが良いみたい
//ClientData.IsRefresh(true); //ClientData.IsRefresh(true);
} else { } else {
//ストリーミング対応以外では元の設定活かす //ストリーミング対応以外では元の設定活かす
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment