Sha256: cbb4971218cd8ab0a071eb95aa61fb5f55bd93c27267865bd9355279cca31e12
Contents?: true
Size: 262 Bytes
Versions: 67
Compression:
Stored size: 262 Bytes
Contents
pageflow.browser.feature('touch support', function() { return ('ontouchstart' in window) || /* Firefox on android */ window.DocumentTouch && document instanceof window.DocumentTouch || /* > 0 on IE touch devices */ navigator.maxTouchPoints; });
Version data entries
67 entries across 67 versions & 1 rubygems