@plattar/plattar-ar-adapter 1.169.1 → 1.169.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/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/viewers/scene-viewer.js +1 -1
- package/package.json +1 -1
|
@@ -4536,7 +4536,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
4536
4536
|
Object.defineProperty(exports, "__esModule", {
|
|
4537
4537
|
value: true
|
|
4538
4538
|
});
|
|
4539
|
-
exports["default"] = "1.169.
|
|
4539
|
+
exports["default"] = "1.169.3";
|
|
4540
4540
|
}, {}],
|
|
4541
4541
|
18: [function (require, module, exports) {
|
|
4542
4542
|
"use strict";
|
|
@@ -4702,7 +4702,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
4702
4702
|
if (this.isVertical) {
|
|
4703
4703
|
intent += '&enable_vertical_placement=true';
|
|
4704
4704
|
}
|
|
4705
|
-
intent += '
|
|
4705
|
+
intent += '&a=b#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;';
|
|
4706
4706
|
intent += "S.browser_fallback_url=".concat(linkOverride, ";end;");
|
|
4707
4707
|
var anchor = document.createElement("a");
|
|
4708
4708
|
anchor.setAttribute("href", intent);
|