I'm trying my best to get my page to show on mobile devices correctly, but I've run into a roadblock as no matter what combination of scales I use the end result at best works on Landscape alone. When I try it on portrait, only half the page shows and the user is forced to scroll to the right to see it all. Even if Landscape shows extra white space to the right, I'd love to come up with a way to have the portrait view show all the content with the user unable to zoom either way. Thanks for any help!
Here's what I have so far:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">