You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to implement mobile drag/drop behaviour, I ran into the fact that neither of touch events report ClientX/Y or pageX/Y into the GenericEventArguments structure, unlike the normal drag events.
Is this a simple bug that's easy to fix, or is it some sort of limitation of the framework?
The text was updated successfully, but these errors were encountered:
By trial and error I found that "pointer" group of events produces all Xs and Ys while moving, so ended up implementing those handlers and it works just fine.
I'm not aware of a specific limitation for touch event arguments. Maybe you can share your code so that we can try to reproduce the problem more easily?
Description
While trying to implement mobile drag/drop behaviour, I ran into the fact that neither of touch events report ClientX/Y or pageX/Y into the GenericEventArguments structure, unlike the normal drag events.
Is this a simple bug that's easy to fix, or is it some sort of limitation of the framework?
The text was updated successfully, but these errors were encountered: