nativescript-image-swipe icon indicating copy to clipboard operation
nativescript-image-swipe copied to clipboard

OutOfMemory exception when used in on older phones

Open PeterStaev opened this issue 5 years ago • 2 comments

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

PeterStaev avatar Sep 16 '19 11:09 PeterStaev

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

PeterStaev avatar Sep 16 '19 11:09 PeterStaev

Have you found a solution to this problem? I had the same problem.

acqj avatar Oct 12 '19 09:10 acqj