Преглед на файлове

fix for iOS not allowing touch events in iframes

Gregg Tavares преди 6 години
родител
ревизия
bb4974d365
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      threejs/lessons/resources/lesson.js

+ 2 - 0
threejs/lessons/resources/lesson.js

@@ -356,3 +356,5 @@ $(document).ready(function($){
 });
 }(jQuery));
 
+// ios needs this to allow touch events in an iframe
+window.addEventListener('touchstart', {});