{"id":2160,"date":"2022-08-01T15:58:31","date_gmt":"2022-08-01T13:58:31","guid":{"rendered":"https:\/\/blog.kodono.info\/wordpress\/?p=2160"},"modified":"2022-08-01T15:58:31","modified_gmt":"2022-08-01T13:58:31","slug":"detect-mobile-in-javascript","status":"publish","type":"post","link":"https:\/\/blog.kodono.info\/wordpress\/2022\/08\/01\/detect-mobile-in-javascript\/","title":{"rendered":"Detect mobile in JavaScript"},"content":{"rendered":"<p>We could simply check the resolution or user agent:<\/p>\n<pre class=\"brush:javascript\">\r\nconst isMobile = Math.min(window.screen.width, window.screen.height) < 768 || navigator.userAgent.indexOf(\"Mobile\") > -1;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>We could simply check the resolution or user agent: const isMobile = Math.min(window.screen.width, window.screen.height) < 768 || navigator.userAgent.indexOf(\"Mobile\") > -1;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","hide_page_title":"","footnotes":""},"categories":[170,11,33],"tags":[171,151,158],"class_list":["post-2160","post","type-post","status-publish","format-standard","hentry","category-english","category-niveau-debutant","category-programmation","tag-anglais","tag-niveau-debutant","tag-programmation"],"_links":{"self":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/comments?post=2160"}],"version-history":[{"count":1,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2160\/revisions"}],"predecessor-version":[{"id":2161,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2160\/revisions\/2161"}],"wp:attachment":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/media?parent=2160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/categories?post=2160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/tags?post=2160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}