Scrolling does not work in Chrome emulation mode

I am developing an application using ao Bootstrap carousel (3.0) and the touchSwipe plugin . I want to add swipe for touch screens to switch between slides. I managed to achieve a state where the swipe works in desktop mode, but not if I turn on emulation mode in DevTools chrome. Chrome is configured to run with the -touch-events = enabled flag, but it doesn't work.

The page is set to metafocus.

Any thoughts on what might be missing?

+4
source share

All Articles