Procházet zdrojové kódy

Better SmartPhone detection in order to disable video slides

Jay Salvat před 10 roky
rodič
revize
41e44c1f86
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/vegas.js

+ 1 - 1
src/vegas.js

@@ -541,7 +541,7 @@
     $.vegas.defaults = defaults;
 
     $.vegas.isVideoCompatible = function () {
-        return !('ontouchstart' in window || 'onmsgesturechange' in window);
+        return /(Android|webOS|Phone|iPad|iPod|BlackBerry|Windows Phone)/i.test(navigator.userAgent);
     };
 
 })(typeof jQuery !== 'undefined' ? jQuery :