diff --git a/lib/fastclick.js b/lib/fastclick.js index 74a5554b..9365d1d5 100644 --- a/lib/fastclick.js +++ b/lib/fastclick.js @@ -205,11 +205,11 @@ /** - * iOS 6.0(+?) requires the target element to be manually derived + * iOS 6.0-7.* requires the target element to be manually derived * * @type boolean */ - var deviceIsIOSWithBadTarget = deviceIsIOS && (/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent); + var deviceIsIOSWithBadTarget = deviceIsIOS && (/OS [6-7]_\d/).test(navigator.userAgent); /** * BlackBerry requires exceptions.