Browse Source

Not only iPhone run this amazing OS.

Raanan Weber 9 năm trước cách đây
mục cha
commit
b5a2dad3e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/babylon.engine.ts

+ 1 - 1
src/babylon.engine.ts

@@ -653,7 +653,7 @@
             }
 
             //Detect if we are running on a faulty buggy OS.
-            var regexp = /iPhone.*10.[\d] Mobile/
+            var regexp = /AppleWebKit.*10.[\d] Mobile/
             //ua sniffing is the tool of the devil.
             this._badOS = regexp.test(navigator.userAgent);