Sha256: f676ec6e1cffe78acc11f8551e9be5827d360930a43e045bd4a7d06c969bf3ef
Contents?: true
Size: 366 Bytes
Versions: 18
Compression:
Stored size: 366 Bytes
Contents
pageflow.features.add('mobile platform', function() { var matchers = [/iPod/i, /iPad/i, /iPhone/i, /Android/i, /Silk/i, /IEMobile/i]; return _.any(matchers, function(matcher) { return navigator.userAgent.match(matcher); }); }); if (navigator.userAgent.match(/iPad;.*CPU.*OS 7_\d/i) && !window.navigator.standalone) { $('html').addClass('ipad ios7'); }
Version data entries
18 entries across 18 versions & 1 rubygems