-
Notifications
You must be signed in to change notification settings - Fork 281
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
INTERACTIVE KEYBOARD CONTROL NOT WORKING #1279
Comments
possibly the preview has some limitations. could you try to mint as a test and give us feedback if it works alright despite the preview issue? |
I'll try it and let you know. |
Hi there! What can be the problem? |
I know this is an old issue, but keyboard control works fine, it's being used by many tokens. Can you provide the OBJKT id with the issue? |
Hi there,
trying to upload an interactive OBJKT, using keyboard to switch behaviour. Everything working fine locally, but absolutelly not working on the preview page, before minting.
I'm using the three.js event listner
`document.addEventListener('keydown', refresh);
function refresh(e){
}`
Any idea?
Thanks in advance
The text was updated successfully, but these errors were encountered: