HaxeFlixel / flixel-demos

Collection of demos for HaxeFlixel
https://haxeflixel.com/demos
425 stars 290 forks source link

add fullscreen button to all demo pages #322

Closed Geokureli closed 1 month ago

Geokureli commented 1 year ago

most of these are unplayable on mobile without it

ninjamuffin99 commented 6 months ago

the way I think I'll go about this is what I'll call the "itch.io" method (since it seems like that's what itch does!)

Which is to have a button on the site that is added to each demo page that fullscreens the iframe.

  1. enable the demos to be resized (see PR #336 )
  2. adding button to resize the iframe on the haxeflixel.com side (see PR https://github.com/HaxeFlixel/haxeflixel.com/pull/259)
ninjamuffin99 commented 6 months ago

this should be live at: https://dev.haxeflixel.com/demos/

ninjamuffin99 commented 1 month ago

This is live and merged, so I will close this issue :)