getify / cloud-sweeper

A casual game built for the web.
94 stars 17 forks source link

fix: orientation/dimensions sometimes borked on launch #30

Open getify opened 8 years ago

getify commented 8 years ago

noticed that when app is pinned to home screen (tested with android 5), upon launching sometimes the orientation lock seems to mess up the detected dimensions, so the welcome screen draws wrongly.

could be that orientation change doesn't fire resize? is there an orientation change event to also listen to perhaps?