1
可能重複:
Scrollable content inside an HTML does not scroll in android emulator or phone檢測使用JavaScript內滾動android的
我有兩個div嵌套,並具有滾動條也。它在瀏覽器中正常工作,但是在觸摸設備中使用它時,外滾動只起作用,但內滾動不起作用。
<div id='parentscroll' style='overflow: auto;height: 100px'>
something
<div id='innerscroll' style='overflow: auto;height: 50px'>
something
</div>
</div>
上面是我的代碼我嘗試滾動內部元素,但父元素只在觸摸時滾動。
有什麼方法可以滾動內部內容嗎?
在網頁查看?或者你在開發一個html5應用程序? –