Love this app ckohler as always, I've been doing a bit of iPhone web app stuff lately and learned something valuable you might want to consider adding to this app. (sorry if you already knew)
If you add
<meta name="apple-mobile-web-app-capable" content="yes"/> to the head of the site then when people run it from their home screens they'll see it without any of the safari navigation elements on iPhone and iPad. You'd get a lot more real estate to play with.
If you add
<meta name="apple-mobile-web-app-capable" content="yes"/> to the head of the site then when people run it from their home screens they'll see it without any of the safari navigation elements on iPhone and iPad. You'd get a lot more real estate to play with.