Node.js examples for Environment:Mobile
Is Touch Screen
function isTouchScreen() { return ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch; }