ui-collectionview icon indicating copy to clipboard operation
ui-collectionview copied to clipboard

feat: add highlight row events and improved stability

Open NathanWalker opened this issue 3 years ago • 2 comments

  • added itemHighlight and itemHighlightEnd events
  • enabled displayItem event for custom show animation handling
  • improved strong type checking and reduced scoped variable usage
  • strengthen async conditions of null/undefined
  • uses deref for iOS weakref since supported there, keep get on android for now

NathanWalker avatar Jan 04 '23 20:01 NathanWalker

@farfromrefug Is it possible to merge the changes? I implemented the CollectionView on Android. Upon testing on iOS I have regular app crashes that are related to the CollectionView. Would like to see if this PR solves them.

MrSnoozles avatar Feb 20 '23 16:02 MrSnoozles

@MrSnoozles that PR will propably not solve it. And you should report with crash callstack son that we can fiest mâle sur it actually is an issue with collectionview

farfromrefug avatar Feb 20 '23 17:02 farfromrefug