The black element also has CSS properties touch-action: none, user-select: none and -webkit-user-select: none, which alone did NOT work. To prevent text selection it is also required the handle (preventDefault) the touchstart.
Try the playground at: https://ciantic.github.io/pointereven...