I have a web app that is targeted to mobile devices. It displays fine on old devices with a screen size around 320px wide, but it displays as a little postage stamp in the corner of the screen on newer devices with higher screen resolutions.
I've been looking at browser capabilities files on the IIS config side and the viewport meta tag on the app dev side but I'm still not sure what I need to do to make sure that my app displays at a reasonable resolution on different mobile browsers. Anybody been through this problem?