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);
});
Written by Jeremy Frank
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#