开发者

Mobile master page for asp.net site

开发者 https://www.devze.com 2023-03-18 09:50 出处:网络
Someone knows where i can fin开发者_如何学Pythond sample master pages for mobile sites in asp.net ?

Someone knows where i can fin开发者_如何学Pythond sample master pages for mobile sites in asp.net ? I thought was just a matter of CSS, but obviously i was wrong..

I'm trying to build the mobile version of a restaurant website...


I like to confirm, that is not only css. And in the page http://html5boilerplate.com/mobile/ there are some more parameters than just css.

The basic idea is that you page must be able to fit on a size of 320 pixel, or on 200 pixel width.

Second this meta tags are critical to make view correctly the page on mobile

<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

This tags say to the mobile what is the size that the try to show, if this is not found the mobile is render it as is a 640 or 800 width browser and you get too small text and images.

So in my opinion, set this tags first, then fix your page and see how its look on mobile.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号