augmentmy-world / arStudio

A innovative Web editor for Augmented Reality
https://webarstudio.tripod-digital.co.nz
MIT License
53 stars 34 forks source link

Errors resizing the window and screen object #20

Closed kalwalt closed 4 years ago

kalwalt commented 4 years ago

The canvas errors seems to be fixed but i receive yet this messages in the console while trying to resize the vieport:

window.orientation undefined screen.orientation [object ScreenOrientation]

that should printed only if the arController exist, but i closed the player tab so i suppose the arController is still available, I think should instead be destroyed.

Originally posted by @kalwalt in https://github.com/augmentmy-world/arStudio/pull/19#issuecomment-582001282

kalwalt commented 4 years ago

We solved the resize issue with #19 but not sure how to avoid this message yet...

ThorstenBux commented 4 years ago

Should be fixed with https://github.com/augmentmy-world/arStudio/pull/28