Last Updated: February 25, 2016
·
761
· jeremyfrank

Conditionizr detect for iOS7

Conditionizr has an iOS detect, but not an iOS7 detect (yet). Use this incase you need to work around those pesky new bugs in iOS7.

conditionizr.add('ios7', [], function () {
    return /(iPad|iPhone|iPod);.*CPU.*OS 7_\d/i.test(navigator.userAgent);
});