{"id":791,"date":"2024-04-15T12:39:25","date_gmt":"2024-04-15T03:39:25","guid":{"rendered":"http:\/\/inwelly.com\/?p=791"},"modified":"2024-04-22T05:09:34","modified_gmt":"2024-04-21T20:09:34","slug":"javascript-%ec%82%ac%ec%9a%a9%ec%a4%91%ec%9d%b8-device-%ec%b2%b4%ed%81%ac","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=791","title":{"rendered":"JAVASCRIPT \uc0ac\uc6a9\uc911\uc778 Device \uccb4\ud06c"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>var CheckDevice = {\n \n\t\t\/* only - ANDROID OR IOS *\/\n\t\tcheck: function()\n\t\t{\n\t\t    var filter         = \"win16|win32|win64|mac\";\n\t\t    var osInfo        = \"\";\n\t\t\tvar b = \"\";\n\t\t\tvar ua = window.navigator.userAgent;\n\t\t\tvar rtn_str = \"\";\n\t\t    \n\t\t    if (navigator.platform)\n\t\t    {\n\t\t        var userAgent = navigator.platform ; \n\t\t         if (filter.indexOf(navigator.platform.toLowerCase()) &lt; 0)\n\t\t         {\n \n\t\t                if (\/iPad|iPhone|iPod\/.test(userAgent) &amp;&amp; !window.MSStream)\n\t\t                {\n\t\t                    osInfo = \"IOS\";\n\t\t                }\n\t\t                else\n\t\t                {\n\t\t                    osInfo = \"ADR\";\n\t\t                }\n\t\t         }\n\t\t         else\n\t\t         {\n\t\t          \tosInfo = \"PC\";\n\t\t         }\n\t\t    }\n \n\t\t\tif(ua.indexOf('MSIE') > 0 || ua.indexOf('Trident') > 0)\n\t\t\t b = \"IE\";\n\t\t\telse if(ua.indexOf('Opera') > 0 || ua.indexOf('OPR') > 0)\n\t\t\t b = \"Opera\";\n\t\t\telse if(ua.indexOf('Firefix') > 0)\n\t\t\t b = \"Firefox\";\n\t\t\telse if(ua.indexOf('Safari') > 0) {\n\t\t\t if(ua.indexOf('Chrome') > 0)\n\t\t\t  b = \"Chrome\";\n\t\t\t else\n\t\t\t  b = \"Safari\";\n\t\t\t}\n\t\t\trtn_str = ua+\"||\"+b+\"||\"+osInfo ;\n\t\t    return rtn_str ;\n\t\t}\n \n}\n \nvar DEVICE_KIND = CheckDevice.check();\nvar strtemp = DEVICE_KIND.split('||');\n <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-791","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=791"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/791\/revisions"}],"predecessor-version":[{"id":792,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/791\/revisions\/792"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=791"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=791"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}