For the complete documentation index, see llms.txt. This page is also available as Markdown.

setFullscreen

API -

return function()
    local app = getApp();
    app.setFullscreen();
end

Last updated