Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html for Mobile Devices
Message
From
04/04/2011 10:52:06
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01506011
Message ID:
01506016
Views:
59
You need to add a meta tag to tell the browser to render for mobile phones. This is the one I use.
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=yes,
initial-scale=1, maximum-scale=5.0, minimum-scale=1.0" />
>I Have a Web Site set up, with just a few controls on a form.
>These render fine on a Normal PC screen , but they appear quite small if they are displayed on a Smart Phone
>Is there any way I can code them, so that the controls will fill the screen if being looked at via a SmarPhone, or at least look a bit better?
>Tia
>Gerard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform