Tip: Detecting a Mobile Browser with Javascript
There are a lot of existing ways to detect whether the browser is being used in a mobile device. You can use Modernizr to check for Touch support, check for whether Touch events are supported by the browser, or checkā¦