1

我对stackoverflow 有另一个问题,与此类似但不同。

我的问题是内容的宽度比寡妇宽。scoll 上下工作,但水平滚动不

代码片段是

 <div class="custommenu scrollablediv"  id="mycontent" data-role="content" style="padding:0;">
            <iframe scrolling="yes"  id="myiframe" src="/user/custom/curl.php?<?=$customMenuID?>"  width="100%" height="600" seamless ></iframe>
 </div>

我还尝试向 iframe 页面添加一些 javascript,以返回页面的高度和宽度,然后将 iframe 宽度设置为该页面。

仍然没有水平滚动。

谢谢你的帮助

4

1 回答 1

0

您可以尝试在 iframe 的父级上添加 css。

-webkit-overflow-scrolling:touch

有关更多详细信息,请查看 http://demos.jquerymobile.com/1.0.1/docs/pages/touchoverflow.html

于 2014-08-14T09:38:20.803 回答