I have a simple Website with an ontouchmove-handler on the whole document-object. On this website there a couple of div-elements with a scrollbar (overflow: auto; height: 200px).
Theses div-elements are not scrollable on mobile devices.
If i remove the ontouchmove-handler from the document-object then it works perfectly.
Mybe there is a simple solution where i can use the ontouchmove-handler and make the scrollable-div-elements?