@plattar/plattar-ar-adapter 1.140.1 → 1.140.3
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/build/es2015/plattar-ar-adapter.js +2 -2
- package/build/es2015/plattar-ar-adapter.min.js +1 -1
- package/build/es2019/plattar-ar-adapter.js +2 -2
- package/build/es2019/plattar-ar-adapter.min.js +1 -1
- package/dist/util/util.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
2244
|
+
exports.default = "1.140.3";
|
|
2245
2245
|
|
|
2246
2246
|
},{}],17:[function(require,module,exports){
|
|
2247
2247
|
"use strict";
|