{"id":476,"date":"2014-08-20T22:35:33","date_gmt":"2014-08-20T13:35:33","guid":{"rendered":"http:\/\/alaki.co.jp\/blog\/?p=476"},"modified":"2014-08-21T09:01:01","modified_gmt":"2014-08-21T00:01:01","slug":"%e3%82%b9%e3%83%9e%e3%83%bc%e3%83%88%e3%83%95%e3%82%a9%e3%83%b3%e3%82%b5%e3%82%a4%e3%83%88%e3%81%ae%e8%a1%a8%e7%a4%ba%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%92%e6%9c%80%e9%81%a9%e5%8c%96%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"http:\/\/test.alaki.co.jp\/blog\/?p=476","title":{"rendered":"\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u306e\u8868\u793a\u30b5\u30a4\u30ba\u3092\u6700\u9069\u5316\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u30c7\u30b6\u30a4\u30ca\u30fc\u306e\u5409\u6fa4\u3067\u3059\u3002<\/p>\n<p>Web\u30b5\u30a4\u30c8\u306e\u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u5316\u306b\u3088\u308a\u3001\u30de\u30eb\u30c1\u30c7\u30d0\u30a4\u30b9\u5bfe\u5fdc\u304c\u9032\u3080\u6628\u4eca\u3001<br \/>\n\u307e\u3060\u307e\u3060\u3001PC\u30b5\u30a4\u30c8\u3068\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u306e2\u30b5\u30a4\u30c8\u5c55\u958b\u3067\u904b\u7528\u3092\u3055\u308c\u3066\u3044\u308b\u4f01\u696d\u69d8\u3082\u591a\u3044\u306e\u3067\u306f\u306a\u3044\u3067\u3057\u3087\u3046\u304b\uff1f<\/p>\n<p>\u4eca\u56de\u306f\u3001\u305d\u3093\u306a\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u3067\u3001\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30c7\u30d0\u30a4\u30b9\u306e\u753b\u9762\u6a2a\u5e45\u3044\u3063\u3071\u3044\u306b\u62e1\u5927\u8868\u793a\u3055\u305b\u308b\u65b9\u6cd5\u3092\u3054\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<p><!--more--><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-483\" src=\"https:\/\/alaki.co.jp\/blog\/wp-content\/uploads\/2014\/08\/\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u8868\u793a\u30b5\u30a4\u30ba\u6700\u9069\u5316.jpg\" alt=\"\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u8868\u793a\u30b5\u30a4\u30ba\u6700\u9069\u5316\" width=\"698\" height=\"465\" srcset=\"http:\/\/test.alaki.co.jp\/blog\/wp-content\/uploads\/2014\/08\/\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u8868\u793a\u30b5\u30a4\u30ba\u6700\u9069\u5316.jpg 698w, http:\/\/test.alaki.co.jp\/blog\/wp-content\/uploads\/2014\/08\/\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u30b5\u30a4\u30c8\u8868\u793a\u30b5\u30a4\u30ba\u6700\u9069\u5316-300x199.jpg 300w\" sizes=\"(max-width: 698px) 100vw, 698px\" \/><\/p>\n<p>\u203biOS\uff08320px\uff09\u57fa\u6e96\u3067\u306e\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u4f8b<\/p>\n<h2>HTML viewport<\/h2>\n<pre class=\"lang:default decode:true\">&lt;meta name=\"viewport\" content=\"width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1\"&gt;<\/pre>\n<h2>Javascript<\/h2>\n<pre class=\"lang:default decode:true \">$(function(){\r\nvar portraitWidth,landscapeWidth;\r\n$(window).bind(\"resize\", function(){\r\nif(Math.abs(window.orientation) === 0){\r\nif(\/Android\/.test(window.navigator.userAgent)){\r\nif(!portraitWidth)portraitWidth=$(window).width();\r\n}else{\r\nportraitWidth=$(window).width();\r\n}\r\n$(\"html\").css(\"zoom\" , portraitWidth\/320);\r\n$(\"html\").css(\"zoom\" , $(window).width\/320);\r\n}else{\r\nif(\/Android\/.test(window.navigator.userAgent)){\r\nif(!landscapeWidth)landscapeWidth=$(window).width();\r\n}else{\r\nlandscapeWidth=$(window).width();\r\n}\r\n$(\"html\").css(\"zoom\" , landscapeWidth\/320);\r\n$(\"html\").css(\"zoom\" , $(window).width\/320);\r\n}\r\n}).trigger(\"resize\");\r\n});\r\n<\/pre>\n<h2>CSS<\/h2>\n<pre class=\"lang:default decode:true \">html {\r\nmargin: 0 auto;\r\npadding: 0;\r\nwidth: 320px;\r\nheight: 100%;\r\noverflow: scroll-y;\r\n}\r\n<\/pre>\n<h2>\u307e\u3068\u3081<\/h2>\n<p>\u4eca\u56de\u306fJavascript\u306ezoom\u5229\u7528\u3057\u3066\u30c7\u30d0\u30a4\u30b9\u753b\u9762\u306e\u6a2a\u5e45\u3044\u3063\u3071\u3044\u306b\u62e1\u5927\u8868\u793a\u3055\u305b\u3066\u3044\u307e\u3059\u3002<br \/>\n\u662f\u975e\u3001\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002<\/p>\n<p>\u4f46\u3057\u3001\u4e00\u90e8\u306eAndroid\u7aef\u672b\u3067\u306fzoom\u304c\u6a5f\u80fd\u3057\u306a\u3044\uff08firefox OS\u306f\u672a\u5bfe\u5fdc\uff09\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u306e\u3067\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u30c7\u30b6\u30a4\u30ca\u30fc\u306e\u5409\u6fa4\u3067\u3059\u3002 Web\u30b5\u30a4\u30c8\u306e\u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u5316\u306b\u3088&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":483,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/476"}],"collection":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=476"}],"version-history":[{"count":9,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/476\/revisions"}],"predecessor-version":[{"id":486,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/476\/revisions\/486"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=\/wp\/v2\/media\/483"}],"wp:attachment":[{"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=476"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/test.alaki.co.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}