4

現在、iPhoneにカスタマイズされたWebアプリ(JQMを使用)があります。

すべての要素がページの高さに合わせられますが、ページの下部に空白ができます。

PC ブラウザでページを表示するときはすべて問題ないので、問題は CSS ファイルの iPhone 画面解像度設定に関連していると思います。

iPhone で Web ページを表示して空白部分を確認してください (下にスクロール) : http://aspspider.org/elimiz/check4/MC_v1.0.htm

助けて

4

1 に答える 1

2

I'm not seeing the issue on my iPhone but it sounds like a problem I had on a site. I fixed it by setting a wrapper surrounding all the content as overflow: hidden. It might take some trial and error to find which element to put this on, and you might need to define height values on elements that dont have height explicitly stated.

于 2012-10-10T21:31:26.547 に答える