亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

視口寬度=設備寬度不起作用

視口寬度=設備寬度不起作用

慕田峪9158850 2023-12-19 21:37:30
我有這個有角度的應用程序,我也想為移動版本添加響應式設計,現在它看起來很糟糕,我讀過有關<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=yes">但不起作用。在我的瀏覽器或手機上看起來是這樣的,如果我將手機更改為水平,我可以很好地看到頁面。這是我的index.html<!DOCTYPE html><html><head>    <meta charset="utf-8" />    <title>Cv</title>    <base href="/" />    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=yes">    <link rel="icon" type="image/x-icon" href="resumePhoto.png" />    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script></head><body>    <app-root></app-root></body><!-- The core Firebase JS SDK is always required and must be listed first --><script src="/__/firebase/7.13.2/firebase-app.js"></script> <!-- TODO: Add SDKs for Firebase products that you want to use https://firebase.google.com/docs/web/setup#available-libraries --> <script src="/__/firebase/7.13.2/firebase-analytics.js"></script> <!-- Initialize Firebase --> <script src="/__/firebase/init.js"></script> </html>您可以在我的 github 中找到該存儲庫,或者這里是應用程序的鏈接 a>.有趣的是,如果我更改檢查器中的值,假設我將比例從 1 更改為 1.1,它會起作用,如果我將其返回到 1,我將繼續工作,但在一開始,它似乎被忽略了。我的問題是它看起來被切碎了,如果嘗試向右滾動我看不到頂部導航欄也沒關系。
查看完整描述

2 回答

?
小怪獸愛吃肉

TA貢獻1852條經驗 獲得超1個贊

除了您的行之外:


<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=yes>

您現在需要為您希望應用程序運行的每種尺寸的屏幕添加一些@media-queries。您需要將這些 @media-queries 添加到您的 css 樣式表中,以便它可以根據任何大小進行調整。例如:


/* iPhone 6+/7+/8+ */

@media only screen and (min-width: 414px) and (max-width: 414px) {

// adjust the elements with css

}

您可以設置 min-width 或 min-height 或任何您想要調整為橫向模式等的內容。


查看完整回答
反對 回復 2023-12-19
?
牛魔王的故事

TA貢獻1830條經驗 獲得超3個贊

最后,我發現問題是我沒有閱讀整個文檔以了解項目的清晰度,它們的組件已經具有通常您會使用的響應部分@media queries,但事實證明我必須向它們添加一些屬性才能使它們響應。

最后我沒有加任何@media queries,也不是viewport的問題,我剛剛將屬性?[clr-nav-level]="1"?添加到我的標題中并修復了它。

?<div?class="header-nav"?[clr-nav-level]="1">
查看完整回答
反對 回復 2023-12-19
  • 2 回答
  • 0 關注
  • 176 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號