I am developing a new web app and want to look at a different approach in establishing the width. I have defaulted to using the 960px width of the IPhone, and then I do width and height detection on the page load event with javascript and then scale it
to fit the device.
Using the meta tag device width hasn't worked well for me, so I chose to do it my way.
I am not wanting to create a custom version for mobile, and am wandering what width a person would recommend for the default width these days.
Thanks
Go to the complete details ...