Fullscreen

three-engine element and three-canvas element have a fullscreen attribute. If you set the attribute "true" the app is rendered in fullscreen.

<three-canvas fullscreen="true" antialias="true" clear-color="#000000" default-light="true">
  <three-camera position="0,0,8" look-at="0,0,0" controls="orbit"></three-camera>
  <three-sphere radius="1" color="#ffffff" map="../images/earth.jpg"></three-sphere>
</three-canvas>