mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-13 14:31:10 +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
|
|
}
|
|
}); |