diff --git a/js/impress.js b/js/impress.js index c27192a..36bd5bf 100644 --- a/js/impress.js +++ b/js/impress.js @@ -85,7 +85,9 @@ // CHECK SUPPORT - var impressSupported = (pfx("perspective") != null); + var ua = navigator.userAgent.toLowerCase(); + var impressSupported = ( pfx("perspective") != null ) && + ( ua.search(/(iphone)|(ipod)|(ipad)|(android)/) == -1 ); // DOM ELEMENTS