Sha256: 62ce54ac09e807775697347749f5cd448af51b3dd71c1a97254b07272a37ec6b
Contents?: true
Size: 260 Bytes
Versions: 67
Compression:
Stored size: 260 Bytes
Contents
pageflow.browser.feature('phone platform', function() { var matchers = [/iPod/i, /iPad/i, /iPhone/i, /Android/i, /IEMobile/i]; return _.any(matchers, function(matcher) { return navigator.userAgent.match(matcher) && ($(window).width() < 700); }); });
Version data entries
67 entries across 67 versions & 1 rubygems