In LC10 DP2 I used code (from another HTML5 thread) to show my web app fullscreen and centered.
Code: Select all
on openStack
if the environment is "development"
then
set the fullscreen of me to false
else
set the fullscreenmode of me to "showAll"
set the fullscreen of me to true
end if
end openStack
Is there another way to do this?
Or do we now have to make the canvas fullscreen and centered by CSS or javascript code?
Anyone knows how to do this?
Greetings,
William