PeterStaev / nativescript-image-swipe

A NativeScript widget to easily :point_up_2: and :mag: through a list of images
Apache License 2.0
35 stars 21 forks source link

OutOfMemory exception when used in on older phones #51

Open PeterStaev opened 4 years ago

PeterStaev commented 4 years ago

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 commented 4 years ago

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

acqj commented 4 years ago

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