Reputation: 5230
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
Upvotes: 82
Views: 44449
Reputation: 7
click f5 couple of time and disable and enable resampling input events. this works
Upvotes: -2
Reputation: 2518
When it happened to me, I closed the tab and launched again. It fixed it.
Upvotes: 181
Reputation: 4373
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.
Upvotes: 12
Reputation: 88
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.
Upvotes: 3