Does anyone know of any good examples of web based applications that uses one layout/code-base that works well on both normal browsers and tablets? The best mobile-compatible web application that I know of (app.ft.com, google-services), switches to a completely different code-base when accessing it from mobile devices.
We’re developing a web-based application, but would like to avoid building a mobile version (as much as possible), but rather focusing on making the ordinary web application as mobile-compatible as possible in in order to keep the code-base simple.
I’m looking for good examples of navigation and structure that works in both worlds.
check out bootstrap this is a HTML 5 framework that incorporates responsive design to ensure any websites that uses it looks great on all devices.