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
Fixing number of touches becoming 0 issue for pan gestures in apple track pad (#3865)
Currently the track pad pinch gesture returns the number of touch points
to 0 from native method. This causes the focal X and Y to become NaN.
This fixes the issue reported in
#3864
0 commit comments