-
Notifications
You must be signed in to change notification settings - Fork 7
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
viewer-and-data-test.html won't work #1
Comments
Thanks for the feedback, I've updated the reference. Indeed viewer3D.js does not work anymore, need to use the min version. Chrome has some more security restriction when the page is open locally. Try with a different browser, ex Firefox. Both example work fine on my side. You can try the online version on the blog as well if you don't want to drop Chrome away: Hope that helps. Regards, |
Great response time! Thanks. The problem was that I tested it with a .pdf file (thought why not, if it's supported).
Firefox on win7 virtual machine:
|
Is your browser WebGL compatible? Are you able to run any other WebGL demo for example? |
viewer-and-data-test.html
throws errors when opened.Replacing old references to viewer with
makes it run, but I keep getting
Error loading document: 9
when the file is already converted and the script tries to view it.view-data-wrapper-test.html
seems to work, but the IMG tags for files are empty, no visual output there.Tested using latest chrome, with the files loaded from http://localhost:8080/
The text was updated successfully, but these errors were encountered: