With the number of new touch enabled full size PC’s, what are some efficient ways to determine if the user is browsing with one of these touch enabled devices? Preferably a method that can detect any touch enabled device (Android, iPad, Windows RT, Windows 8)?
Share
Using javascript, this is pretty widespread:
There are new touch devices coming out every week, so it’s probably safer to use the latest Modernizr if you want the best detection though.