-
I tried adding 'interaction-policy' (even though it should be 'always-allow' by default). I can instantly react with the 3D model on desktop but still need to "focus"/tap on the model on mobile phones before I can interact. How can I make it so I can instantly interact with it on mobile as well without needing to tap the viewer first? (the problem is on iOS, I'm not sure about Android). Thank you :) <model-viewer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
That's not the behavior I'm seeing with iOS on our example pages. Can you post some detailed repro steps, including the page you're testing? |
Beta Was this translation helpful? Give feedback.
-
The problem was an outdated api version. It was fixed by using <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> |
Beta Was this translation helpful? Give feedback.
The problem was an outdated api version. It was fixed by using <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>