Need to listen on close event after opening camera #4267
Unanswered
Akhil-coditas
asked this question in
Q&A
Replies: 1 comment
-
I believe you're looking for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i am using model viewer in html as below.. such that my section with 100vw gets displayed on top of cube.glft(model which im using) . because my requirement is not to display cube.gltf.
after clicking on "talk to ceo" which is my ar button im applying display:none on the section tag.
so that my camera is opened and section tag disappears.
after opening the camera i get a close button on top right corner by default from model-viewer.. after clicking on close i need to display section again.. how do i listen to close event.? i am not able to find proper docs for it
or is there a better way to handle the above scenario?
Beta Was this translation helpful? Give feedback.
All reactions