The app I'm working on have a chat feature and it has a gif feature. I used RadListView to show multiple messages and when I integration the nativescript-gif plugin and add it to existing RadListView the it loads too long. How can I properly handle the gifs inside a RadListView?
The app I'm working on have a chat feature and it has a gif feature. I used
RadListView
to show multiple messages and when I integration thenativescript-gif
plugin and add it to existingRadListView
the it loads too long. How can I properly handle the gifs inside aRadListView
?