@urso/core 0.7.86 → 0.7.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.7.86",
3
+ "version": "0.7.87",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -444,7 +444,7 @@ class LibHelper {
444
444
  check = true;
445
445
  })(navigator.userAgent || navigator.vendor || window.opera);
446
446
 
447
- return check;
447
+ return check || Urso.helper.isIpadOS();
448
448
  }
449
449
 
450
450
  /**