JQuery Mobile Beta 1 is not resizing the screen on iphone when rotated to landscape
In your document instead of doing this:
<meta name="viewport" content="width=device-width, initial-scale=1">Do this:
<meta name="viewport" content="initial-scale=1, maximum-scale=1">