Scroll issues with touch-action

Hi there,

We noticed that the css property touch-action: none; can prevent scrolling event with some androïd phone (we used Samsung Galaxy S3 in our test).
I wonder why do we need to put that property exactly? What might be the issues if it is not there?

Bye, Pichou

Here is it: Pointer Events
It will let the system know that no action should be taken by the browser and that all the pointer events will be handled by user code