ASP.NET on Windows Mobile 6.5http://forums.asp.net/t/1688779.aspx/1?ASP+NET+on+Windows+Mobile+6+5Sat, 25 Jun 2011 02:07:32 -040016887794455382http://forums.asp.net/p/1688779/4455382.aspx/1?ASP+NET+on+Windows+Mobile+6+5ASP.NET on Windows Mobile 6.5 &lt;div class=&quot;body&quot;&gt;I have started developing an ASP.NET website to run&nbsp;from a Motorola handheld scanning device running Windows Mobile 6.5.&nbsp; It seems as if some form objects&nbsp;aren't&nbsp;rendering completely&nbsp;when the form loads.&nbsp; Zooming in&nbsp;makes all of the objects visible.&nbsp; All of the code works exactly as expected, and all of the functionality is in tact...except that the objects don't all load correctly the first time.&nbsp; This is a big enough issue for me to pause development&nbsp;and get some feedback.&nbsp; This obviously&nbsp;cannot be a viable solution if objects aren't rendering upon Form_Load.&nbsp; Any suggestions/advice/knowledge is appreciated.&lt;/div&gt; 2011-06-10T21:46:11-04:004455478http://forums.asp.net/p/1688779/4455478.aspx/1?Re+ASP+NET+on+Windows+Mobile+6+5Re: ASP.NET on Windows Mobile 6.5 <p>Hi,</p> <p>Try adding the following code in the &lt;head&gt; section of your web page.</p> <pre class="prettyprint">&lt;meta name=&quot;HandheldFriendly&quot; content=&quot;true&quot; /&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1.0&quot; /&gt;</pre> <p>Hope it helps u...</p> 2011-06-11T03:00:49-04:004477327http://forums.asp.net/p/1688779/4477327.aspx/1?Re+ASP+NET+on+Windows+Mobile+6+5Re: ASP.NET on Windows Mobile 6.5 <p>Thank you Roopesh, I have been away for a while and am just getting to this now.&nbsp; I have tried many different meta tags to address this issue but none have worked.&nbsp; These 2 specifically (or any combonation of them) render the page too large, only the top left corner of the page initially displays until zooming.&nbsp;&nbsp;I should mention that I have 3 different Motorola scanner devices each with a different Windows OS, and the ASP.net site displays drastically different in all 3 versions.&nbsp; Mobile 6.5 is the only one even close to displaying it right; CE 6.0 and Mobile 5.0 render so distorted I am only focusing on 6.5 for my solution.</p> 2011-06-24T22:42:58-04:004477416http://forums.asp.net/p/1688779/4477416.aspx/1?Re+ASP+NET+on+Windows+Mobile+6+5Re: ASP.NET on Windows Mobile 6.5 <p>Hi,</p> <p>For Versions earlier than Windows Phone 7.0, Viewport settings won't work. You need to adjust it with the CSS.</p> <p>The above mentioned META tags works fine in Apple Safari,Android, BlackBerry and Windows Phone 7</p> <p>&nbsp;</p> <p>Hope it helps u...</p> 2011-06-25T02:07:32-04:00