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.
我使用材料 angularjs 创建了一个 HTML 页面,该页面在浏览器上具有不同大小的桌面上运行良好。
但是,每当在移动设备上打开同一个页面时,它的行为就像桌面应用程序一样。它没有显示其对移动设备大小的响应能力。
请帮我解决这个问题。
在你的代码中包含这行代码
<meta name="viewport" content="width=device-width, initial-scale=1" />