onFullScreenError : Phaser.Signal
This signal is dispatched when the browser fails to enter fullscreen mode;
or if the device does not support fullscreen mode and startFullScreen
is invoked.
The signal is supplied with a single argument: scale
(the ScaleManager).
- Source code: core/ScaleManager.js (Line 301)
Please login to continue.