screen
Class
The fullscreen API provides an easy way for web content to be presented using the user's entire screen. It's invalid on safari, QQbrowser and android browser
Index
Methods
init
initializefullScreen
return true if it's full now.requestFullScreen
change the screen to full mode.exitFullScreen
exit the full mode.autoFullScreen
Automatically request full screen with a touch/click event
Details
Methods
init
initialize
meta | description |
---|---|
Defined in | cocos2d/core/platform/CCScreen.js:90 |
fullScreen
return true if it's full now.
meta | description |
---|---|
Returns | Boolean |
Defined in | cocos2d/core/platform/CCScreen.js:115 |
requestFullScreen
change the screen to full mode.
meta | description |
---|---|
Defined in | cocos2d/core/platform/CCScreen.js:130 |
Parameters
exitFullScreen
exit the full mode.
meta | description |
---|---|
Returns | Boolean |
Defined in | cocos2d/core/platform/CCScreen.js:181 |
autoFullScreen
Automatically request full screen with a touch/click event
meta | description |
---|---|
Defined in | cocos2d/core/platform/CCScreen.js:199 |
Parameters
element
ElementonFullScreenChange
Function