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.
ピクセル密度が小さい古い iPad と同じ幅を返すだけの場合、すべてのデバイスでページが画面にどのように表示されるかを各デバイスに理解させる方法が他にわかりません。ビューポート メタ タグだけでページを表示する方法を ipad 3 がどのように知っているのでしょうか?
window.devicePixelRatioRetina デバイスでは 2 に設定する必要があります。Apple の用語では、指定された幅はピクセルではなくポイント単位の画面の幅であり、ピクセル比はポイントあたりのピクセル数を示します。
window.devicePixelRatio