@plattar/plattar-ar-adapter 1.140.1 → 1.140.2

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.
@@ -2211,7 +2211,7 @@ class Util {
2211
2211
  return /OculusBrowser/.test(navigator.userAgent);
2212
2212
  }
2213
2213
  static isSafari() {
2214
- return /Safari\//.test(navigator.userAgent);
2214
+ return Util.isIOS() && /Safari\//.test(navigator.userAgent);
2215
2215
  }
2216
2216
  static getIOSVersion() {
2217
2217
  if (/iP(hone|od|ad)/.test(navigator.platform)) {
@@ -2241,7 +2241,7 @@ exports.Util = Util;
2241
2241
  },{}],16:[function(require,module,exports){
2242
2242
  "use strict";
2243
2243
  Object.defineProperty(exports, "__esModule", { value: true });
2244
- exports.default = "1.140.1";
2244
+ exports.default = "1.140.2";
2245
2245
 
2246
2246
  },{}],17:[function(require,module,exports){
2247
2247
  "use strict";