Mobile device web apps
I used the advice on this Rails Cast to start converting one of my Rails apps to nicely support mobile devices. Working on my MacBook, I use the iPhone Simulator (since I don't own an iPhone) and my Droid phone to test on a real device.
So far most of the work has been deciding what I don't want to show when web requests come from a small screen device and tweaking the mobile device CSS file.
So far most of the work has been deciding what I don't want to show when web requests come from a small screen device and tweaking the mobile device CSS file.
Comments
Post a Comment