Sha256: 2cd2f8ff73fb98b9dd73278c297b7716af0a08e2d2232fd1f2f492196ff84105
Contents?: true
Size: 259 Bytes
Versions: 18
Compression:
Stored size: 259 Bytes
Contents
pageflow.features.add('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
18 entries across 18 versions & 1 rubygems