Skip to content

Commit 21ab67c

Browse files
authored
workaround for scene-viewer bug (#2399)
1 parent 1f51d86 commit 21ab67c

File tree

1 file changed

+1
-1
lines changed
  • packages/model-viewer/src/features

1 file changed

+1
-1
lines changed

packages/model-viewer/src/features/ar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ configuration or device capabilities');
303303
locationUrl.hash = noArViewerSigil;
304304

305305
// modelUrl can contain title/link/sound etc.
306-
params.set('mode', 'ar_only');
306+
params.set('mode', 'ar_preferred');
307307
if (!params.has('disable_occlusion')) {
308308
params.set('disable_occlusion', 'true');
309309
}

0 commit comments

Comments
 (0)