页面响应迅速但无法在移动设备上正确调整大小

Page is responsive but not resizing on mobile properly

http://roomstonite.com/appstoreG.html 是我的页面。当我在移动设备上打开此页面时,页面看起来太小了。但是当我在浏览器上调整它的大小时,它是全高的。任何人都可以帮助为什么它在移动设备上没有覆盖全高吗?

提前致谢

您需要在 header 标签之间声明一个视口

https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag

设置视口和初始比例:

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