You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cached images are often twice the size (or more) of the original image on iOS (Android works correctly). This can result in memory bloat on apps with a lot of images
Which platform(s) does your issue occur on?
iOS version 13.6
Tested on emulator (iPhone 11) and device (iPhone 8) with same results
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
I tested this with nativescript-vue. I created a new project, then in the Home.vue component I added the code shown below. Run tns debug ios and compare the file sizes.
Is there any code involved?
Create a new blank nativescript-vue project. Add the following to app/app.js:
import ImageCacheIt from 'nativescript-image-cache-it/vue';
Vue.use(ImageCacheIt);
Cached images are often twice the size (or more) of the original image on iOS (Android works correctly). This can result in memory bloat on apps with a lot of images
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
I tested this with nativescript-vue. I created a new project, then in the Home.vue component I added the code shown below. Run
tns debug ios
and compare the file sizes.Is there any code involved?
Create a new blank nativescript-vue project. Add the following to app/app.js:
Add the following to app/components/Home.vue:
The text was updated successfully, but these errors were encountered: