One way was to circumvent it by setting a limited number of items displayed (5 for instance) and activate the paging bar. I didn't want this behaviour, so I did some digging in the CSS:
I fixed this by using this CSS:
Code: Select all
/*mobileQuery is the class name of my mobile query*/
.mobileQuery div{touch-action:auto !important;}
Now to my question, why would anyone want "touch-action: none" ?