Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: the AR button on iOS doesn't appear #76

Open
dmnbme opened this issue Jun 7, 2024 · 0 comments
Open

Problem: the AR button on iOS doesn't appear #76

dmnbme opened this issue Jun 7, 2024 · 0 comments

Comments

@dmnbme
Copy link

dmnbme commented Jun 7, 2024

Description

I enabled webAR, quicklook, and filled iosSrc, but the AR button does not appear.

My codes

onMounted(() => {
      view3D = new View3D(viewerContainer.value, {
        src: props.modelUrl,
        canvas: canvasElement.value,
        wheelScrollable: true,
        pitch: 30,
        yaw: -30,
        iosSrc: "/model/example.usdz",
        webAR: true,
        quickLook: true
      });

I wonder if something I've done was wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant