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.
iPhone の Safari の表示幅は 640px と理解しています。幅 640 ピクセルの Web サイトを作成しましたが、iPhone 4 で表示すると、画面の 2/3 しか占有しません。何か案は?
Safari がページのサイズ変更/スケーリングを行わないようにするには、ViewPort を指定する必要がある場合があります。
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />