Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Created January 8, 2014 17:05
Show Gist options
  • Save yoshuawuyts/8320300 to your computer and use it in GitHub Desktop.
Save yoshuawuyts/8320300 to your computer and use it in GitHub Desktop.
<html>
<head> … </head>
<body>
<script>
var b = document.documentElement;
b.setAttribute('data-useragent', navigator.userAgent);
b.setAttribute('data-platform', navigator.platform );
b.className += ((!!('ontouchstart' in window) || !!('onmsgesturechange' in window))?' touch':'');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment