Scene interactive in Chrome, Edge, IE problem!
06 September 2016 18:02
07 September 2016 09:12
07 September 2016 10:22
07 September 2016 11:56
Hi,
i don't see any errors/warning in the browser console.
It seems as if main_canvas_container does not loading scene….
Anyway also the web_page_integration example (\deploy\tutorials\example) does not work in chrome and edge, while in firefox it works.
I try other examples (ie: interactive_web_application\simple_app.html) but in chrome and edge they are not loaded.
I attached .blend file….
Thanks!
i don't see any errors/warning in the browser console.
It seems as if main_canvas_container does not loading scene….
Anyway also the web_page_integration example (\deploy\tutorials\example) does not work in chrome and edge, while in firefox it works.
I try other examples (ie: interactive_web_application\simple_app.html) but in chrome and edge they are not loaded.
I attached .blend file….
Thanks!
07 September 2016 12:05
07 September 2016 14:46
Are you using the development server when you open the scene? The address to your project should be like http://localhost:6687/apps_dev/my_project/my_project.html. Otherwise, if you open it via "file" URI like file:///C://…/my_project.html, the external resources won't be loaded because of the Same Origin Policy restrictions.
That's why an html-file works without problems, because it has all the resources in it.
That's why an html-file works without problems, because it has all the resources in it.
07 September 2016 15:41