у меня есть resizeTo: canvas_container при создании
дальше есть
this.app.view.style.left = "0%";
this.app.view.style.top = "0%";
this.app.view.style.width = "100%";
this.app.view.style.height = "100%";
у дива canvas_container
{
position: absolute;
width: 100%;
height: 100%;
}