In my app when a simple tap on the screen occurs with touch, I'm getting a PointerMoved event after the PointerPressed event. This does not happen when the same sort of interaction occurs with the mouse, left clicking on the screen.
The PointerMoved event is really unwanted and I'm looking for a way to filter this event out when there is just a simple tap on the screen.
There are other cases when I do need to process PointerMoved, so it not like I want to ignore every instance of this event.
I'm seeing this behavior over several devices and it has also been reported by testers of my app.