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

OffScreenCanvasNotFound #142

Closed
ragavendranbala opened this issue Nov 30, 2020 · 4 comments
Closed

OffScreenCanvasNotFound #142

ragavendranbala opened this issue Nov 30, 2020 · 4 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ragavendranbala
Copy link

image

Steps I did,

  1. Cloned the Repo
  2. without doing any modification to the repo, i ran the command "npm install"
  3. http-server . -p 8000
  4. opened http://localhost:8000/examples/arNFT_example.html on Firefox, faced the above error
  5. tried in Edge, worked fine.

is there's any way to run the ARnft using the standalone index.html and marker files which run like ar-js?. Kindly help me with this.

@kalwalt
Copy link
Member

kalwalt commented Nov 30, 2020

@ragavendranbala this could happens if you run npm install. Instead use yarn: i suggest to you to delete the package.json-lock file and the node_modules folder and then run yarn install or simply yarn.

is there's any way to run the ARnft using the standalone index.html and marker files which run like ar-js?. Kindly help me with this.

Sorry not sure to understand your question.

@kalwalt kalwalt added the help wanted Extra attention is needed label Nov 30, 2020
@kalwalt kalwalt self-assigned this Nov 30, 2020
@kalwalt
Copy link
Member

kalwalt commented Nov 30, 2020

Tested on Firefox 83.0 (64 bit), you are right. i get the same error. It seems that is not supported? On the same machine with Chrome 87.0.4280.66 works perfectly.

@kalwalt kalwalt added the bug Something isn't working label Nov 30, 2020
@kalwalt
Copy link
Member

kalwalt commented Nov 30, 2020

According to https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas with Firefox browser the user should enable this feature, I will see if remove or not the OffscreenCanvas.

@kalwalt
Copy link
Member

kalwalt commented Dec 4, 2020

fixed in #148

@kalwalt kalwalt closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants