herebefrogs / forex-hockey

A 2-player, multitouch game mashup of Air Hockey, Hungry Hungry Hippo and OANDA Forex rates where the winning player is congratulated by former OANDA CEO K Duker in person. Best enjoyed on iPad. Initially developed in 24 hours during OANDA's December 2013 hackathon.
http://herebefrogs.com/forex-hockey/
MIT License
2 stars 0 forks source link

all screens: responsive design #8

Closed herebefrogs closed 10 years ago

herebefrogs commented 10 years ago

gracefully adapt to screen size consider replacing the OANDA logo image by a datauri and inlining splash screen CSS to improve the time-to-glass rev the sound file (usemin issue of matching the sound file pattern in the minified JS file) nice to have: animated gif indicating to rotate landscape device into portrait

herebefrogs commented 10 years ago

on Android, button:active never goes away so when game ends, the button is still 'pressed'

on iOS, vh/vw units gets calculated on first layout and aren't refreshed on orientation change, so things aren't centred when switching between landscape and portrait the font isn't cached properly and resets to Arial on second fullscreen launch