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
onItemClick and onItemTap do pretty much the same thing, and it might get confusing why you should prefer one over the other.
With only one property (where the handler would react to the click / tap instantly, without a 300ms delay) the API would be more consistent and slightly easier to understand.
The text was updated successfully, but these errors were encountered:
onItemClick
andonItemTap
do pretty much the same thing, and it might get confusing why you should prefer one over the other.With only one property (where the handler would react to the click / tap instantly, without a 300ms delay) the API would be more consistent and slightly easier to understand.
The text was updated successfully, but these errors were encountered: