Chrome DevTools Mobile Emulation scroll not working

ScrollGoogle Chrome-Devtools

Scroll Problem Overview


Using Google Chrome's DevTools Mobile Emulation, it seems that the touch scroll is not working.

See this test: http://codepen.io/dstj/pen/Datcw

Scrolling works on both an iPad 3's Safari and Android 4.2' Chrome, but does not work in Google DevTools with Touch Screen Emulation.

Another difference I see is that scrollbars appear on DevTools, but not on tablets...

Any ideas why?

Note: Using Chrome Version 33.0.1750.154 m

Scroll Solutions


Solution 1 - Scroll

When it happened to me, I closed the tab and launched again. It fixed it.

Solution 2 - Scroll

I had a similar problem when running Chrome on MacOS. If you know a device width let's say iPad is 768px width then instead of device choose Responsive and enter 768px for width. After that you should be able to scroll.

Solution 3 - Scroll

In the past I have found touch events to be flaky in chrome dev tools. Turning "Emulate touch screen" off and on again often fixes the problem for me. The page you sent works fine for me on current chrome in mobile emulation mode.

Solution 4 - Scroll

click f5 couple of time and disable and enable resampling input events. this works

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestiondstjView Question on Stackoverflow
Solution 1 - ScrollKing James EnejoView Answer on Stackoverflow
Solution 2 - ScrollDmitryView Answer on Stackoverflow
Solution 3 - Scrolluser834770View Answer on Stackoverflow
Solution 4 - Scrollashkan naeimiView Answer on Stackoverflow