Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 phonegap 构建网站,问题是我无法根据手机的屏幕尺寸设置页面宽度,我根据 HVGA 设计了我的页面。我不能做的是页面内容根据屏幕尺寸以任何方向拉伸宽度,以便覆盖整个屏幕。
你的意思是设置视口吗?
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">