Sha256: a7961832cb7b27b820ff16a171058661569f2341d893cd8fc26a0f952ee8d98b
Contents?: true
Size: 246 Bytes
Versions: 64
Compression:
Stored size: 246 Bytes
Contents
pageflow.browser.feature('mobile platform', function() { return pageflow.browser.agent.matchesMobilePlatform(); }); if (navigator.userAgent.match(/iPad;.*CPU.*OS 7_\d/i) && !window.navigator.standalone) { $('html').addClass('ipad ios7'); }
Version data entries
64 entries across 64 versions & 1 rubygems