Closed dantman closed 6 years ago
Thanks for the feedback @dantman ! There are a few things happening here. The mouse and touch events are working properly. The mouse one is only targeting mouse devices, which you don't have, so it is saying unsupported. The touch one is seeing you are targeting touch events but don't have touch force value so it is reverting to the polyfill.
The target all and pointer are targeting the pointer event because that is what your device supports. It seems like your device is probably giving weird pointer event results. The pointer event supports just maps to the pointer event api so it seems like your device might not follow the pointer event pressure api exactly (this is all too common). A lot of devices give weird pressure values, Im not sure if there is a fix for it. If you can connect to dev tools and what pointer event pressure values you phone is giving that might be helpful.
I have a ZTE Z957, I think it's also known as the 2016 ZTE Grand X 4. Operating system is Android 6.0.1 Browser is Chrome 65
0.2
.Here's a gif of me lightly touching, touching, jamming, using my thumb, holding my finger on the 3D touch, and then on the Pointer Events.