mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
Object.assign(cc.screen, {
|
|
autoFullScreen: function (element, onFullScreenChange) {
|
|
// Not support on mini game
|
|
}
|
|
}); |