Why does this report 980 on the iPhone 4? I thought it would be 960 or 640.
alert($(window).width());
Have you tried the following?
alert($(document).width());