我有一個應用程序構建在科爾多瓦和我的一些頁面上,我可以水平滾動出我的內容到白色空間。PhoneGap/Cordova:防止水平滾動
這很奇怪,因爲我沒有任何東西超出我的#wrapper
,它設置爲width: 100%
。
所以我想知道是否有一種方法可以完全禁用水平滾動應用程序?
UPDATE:頁面上
代碼的要求:
body {
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
color: #b7b8b9;
height: 100%;
width: 100%;
}
iframe{
border: none;
width: 100%;
/*margin-top: 50px;*/
}
#header{
height: 50px;
width: 100%;
}
<body>
<div id="wrapper">
<div id="header">
<div class="headerback"><a href="index.html">Home</a></div>
<div class="headerrefresh"><script>var pathname = window.location.pathname;</script><script>document.write('<a href="'+pathname+'">Refresh</a>')</script></div>
<div class="headertitle"><h2>Get the Look</h2></div>
</div><!--HEADER-->
<iframe src="http://www.mbff.com.au/getthelook"></iframe>
</div>
</body>
正在滾動出內容反彈效果嗎? – nhahtdh
@nhahtdh不,它的行爲就像一個div擴展到包裝的一邊 - 它只是略微滾動到空白空間 – MeltingDog
我似乎無法重現設備上的問題。你可以張貼截圖嗎? – nhahtdh