Answers for "Check for mobile device"

0

Check for mobile device

const isMobile = window.matchMedia("only screen and (max-width: 760px)").matches;if (isMobile) {  //...}
Posted by: Guest on September-02-2021

Code answers related to "Check for mobile device"

Code answers related to "Javascript"

Browse Popular Code Answers by Language