Exploded & tested stuff #20

Merged
MoOx merged 33 commits from testling into master 2014-10-14 01:27:04 -05:00
Showing only changes of commit a6c9b57647 - Show all commits

View File

@@ -4,5 +4,5 @@ module.exports = function() {
window.history.pushState && window.history.pushState &&
window.history.replaceState && window.history.replaceState &&
// pushState isnt reliable on iOS until 5. // pushState isnt reliable on iOS until 5.
!navigator.userAgent.match(/((iPod|iPhone|iPad).+\bOS\s+[1-4]|WebApps\/.+CFNetwork)/) !navigator.userAgent.match(/((iPod|iPhone|iPad).+\bOS\s+[1-4]\D|WebApps\/.+CFNetwork)/)
} }