Currently experiencing difficulties with a page that lacks sufficient content, resulting in a smaller height. As a result, the iPhone is scaling the page and cutting off the full menu bar (960px wide). I attempted to set a minimum height using a media query for both portrait mode and mobile devices with lower resolutions. However, this solution is not ideal as it may not work properly on other devices and only functions if the user does not rotate the screen (as rotation reverts back to the original issue).
Is there a method to compel the iPhone to display a minimum width of 960px even when the content's height does not occupy the entire screen?