JQ Mobile Page Width on Android vs. iOS

JQ Mobile Page Width on Android vs. iOS

I'm building a site with JQuery Mobile (1.0a2) -- great stuff! I'm building what I believe is a fairly simple layout with the typical buttons that resize based on page size; I recently tested this on an iPhone and an Android phone (Fennec).  On the iPhone, the page is sized to fit on the screen (no scrolling), but on Fennec (Android) the page size is something larger, so scrolling is required.  I would prefer to have the page be sized for the screen (like on the iPhone) so the app looks more native to the platform.

Any hints or advice?