瀏覽代碼

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', {});