kittykatattack / ga

The world's tiniest, cutest and funnest game engine
451 stars 85 forks source link

The Fullscreen feature... #45

Open kittykatattack opened 7 years ago

kittykatattack commented 7 years ago

Hi Everyone!

Could users let me know how Ga's fullscreen is working on various browser? You can see it at work in the Flappy Fairy tutorial. The fullscreen feature is enabled like this:

g.enableFullscreen(88, 120);

I recently had to disable this feature on Hexi because of freaky browser bugs that were near impossible to fix completely. I realized I needed to completely re-think how the fullscreen effect was being handled. So I would love to know how this is behaving in Ga out there in the wild... please let me know 😄.

And, if anyone has a better solution on how do implement fullscreen mode, please let us know that too!

Cheers, .kk

luizbills commented 7 years ago

Btw, Anyone can use the rawgit link for tests.