Jump to content

game.scale.stopFullScreen() error


wombat
 Share

Recommended Posts

Hi,

how is the stopFullScreen() method meant to be used? I try this (modifying the fullscreen.js demo);

 

function gofull() {    game.scale.startFullScreen();    game.scale.stopFullScreen();}

and get this: 

 

Uncaught TypeError: Object #<HTMLCanvasElement> has no method ''

 

 

What's that about? 

Link to comment
Share on other sites

  • 1 month later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...