English 中文(简体)
第5期:使用——网络-流程-发展
原标题:Issue with scrolling in iOS 5 using -webkit-overflow-scrolling

我有一个固定的<>div的超文本页面,该网页应可浏览(仅垂直)。 在5号空间站,可以通过以下方法实现:

overflow-y: auto;
-webkit-overflow-scrolling: touch;

div 载有大约10个项目的无序清单。

滚动工程,但有时,只有我用心调,甚至横向,而不是像应该这样垂直地pe。

我很想知道,是否有人遇到这一问题。 我不想认为,这是SOS5的ug,但我可以指出,我做错做的事情,因为大多数时间是做的。

问题回答

我的问题完全相同。 如果影响到我用来跟踪历史变化和负荷文字的网站,问题就由两个零规模造成的。 消除这些障碍将这一问题固定下来。 我提出了pple,等待他们回听。

检查一下,看看你是否在你的网页上有任何可能的影响。

我已经找到了一种破碎的解决办法,但需要javascript.

我在通过麻省装出可挥发的 no子时 st倒了这个问题,并用 j子把他们 app。

我发现,重新确定有 j的网关-流流-滚动财产节省了每天的费用。

JS CODE:

var myDiv = $( .myDiv );
myDiv.css( -webkit-overflow-scrolling , auto );
function fn(){
    myDiv.css( -webkit-overflow-scrolling , touch );
}
setTimeout(fn,500);

确实,我们必须打上<条码>>准时/代码>。 这种方法,但这是我思考......的唯一途径。

EDIT :display:none

Webkit overflow scrollingchet CSS bug on iPad

我在5.1.1中也有同样的问题,但后来却被证明是“<条码>:<后/代码>。 缩略语





相关问题
How can I make mobile version of an existing web site?

We have a website coded with jsp-Java. Now, we want to show our website more user friendly on blackberry etc. Is there any tool or method to do this issue more easier? thanks for your answers.

Should I make my mobile application for Mobile 6 or Mobile 5?

I am going to be making a small application very soon. I am wondering would it be better to go and make it for 6.0 or should I make it for 5.0? I don t know much about both versions but I guessing ...

How do I combine @font-face and @media declarations?

I d like to build a common typography stylesheet with a very small number of selectors. As such, I d far prefer to use @media sections for the various versions rather than create different files, each ...

热门标签