<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<div id="main">
<div id="content">
<p>Ideally, i would want the entire interface to resize (squeeze) into the small little box that is seen on the ios (itouch / ipad) or android equivalent with the virtual keyboard present. See below for more details. </p>
<label for="fname">First name</label>
<input type="text" id="fname" />
<label for="lname">Last name</label>
<input type="text" id="lname" />
<label for="email">Email</label>
<input type="email" id="email" />
<label for="phone">Phone</label>
<input type="tel" id="phone" />
<button type="submit">Submit</button>
</div>
</div>