From: Alan Knowles Date: Wed, 20 Jan 2016 07:57:21 +0000 (+0800) Subject: Roo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ffba2800ca1d5bd98543c7d2db889efbfc03b34f Roo.js --- diff --git a/Roo.js b/Roo.js index cf77a385fe..776b1b15e7 100644 --- a/Roo.js +++ b/Roo.js @@ -63,6 +63,7 @@ Roo.apply = function(o, c, defaults){ isMac = (ua.indexOf("macintosh") != -1 || ua.indexOf("mac os x") != -1), isLinux = (ua.indexOf("linux") != -1), isSecure = window.location.href.toLowerCase().indexOf("https") === 0, + isIOS = /iPhone|iPad\./.test(ua), isTouch = (function() { try { document.createEvent("TouchEvent");