移动 CSS 页面宽度 [英] Mobile CSS Page width

查看:23
本文介绍了移动 CSS 页面宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

非常努力地使简单的表单页面在移动设备上可见.表格是可见的,只是我必须放大很多才能阅读.

Trying pretty hard to make simple form page viewable in mobile devices. The form is viewable, just that I have to zoom in a lot to read it.

Hear 是一个例子:

Hear is an example:

http://200.5.3.20/temp/PocketPC/dispatch.php

推荐答案

您可以添加将页面缩放到设备宽度的元视口标签:

You can add the meta viewport tag that will scale the page to the device width:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

您也可以在这里阅读.

这篇关于移动 CSS 页面宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆