nativescript-image-swipe
nativescript-image-swipe copied to clipboard
OutOfMemory exception when used in on older phones
And if use project in old device (with Android 5 and 2GB memory), sometimes we can get OutOfMemory. Same problem, if use Image
from Core component.
Originally posted by @san3k1990 in https://github.com/PeterStaev/nativescript-image-swipe/issues/50#issuecomment-529382604
About OOM problem. The problem is faster in clearing the memory. The problem occurs if you go to the page with ImageSwipe several times. Same problem with native component Image
. I switched to the plugin nativescript-image
(old nativescript-fresco
) and the problem is gone. But i can't use nativescript-image
in nativescript-image-swipe
Originally posted by @san3k1990 in https://github.com/PeterStaev/nativescript-image-swipe/issues/50#issuecomment-531721943
Have you found a solution to this problem? I had the same problem.