manijak / nativescript-photoviewer

A simple Photo-Viewer component for NativeScript.
Other
44 stars 24 forks source link

Is there a way to have an image cache option? #30

Open chrisbekas opened 6 years ago

chrisbekas commented 6 years ago

To speed up loading the gallery effectively for multiple images. Alternatively, is there an existing image cache plug-in available that would work with photoviewer? Cheers!

manijak commented 5 years ago

I could try and implement the nativescripts own image-cache module. Good idea.

gustavost26 commented 5 years ago

I could try and implement the nativescripts own image-cache module. Good idea.

@manijak That will be great.

When will this implementation be completed?

manijak commented 5 years ago

When there is time :)

PRs are welcome.

jelledijkstra97 commented 4 years ago

Is there any news on this?

manijak commented 4 years ago

Sorry but there are no plans in adding this feature. I have some issues on the Android side, that cause the gallery not to show. It's beyond my control since it's dependent on a 3rd party gradle library.

My recommendation would be to combine following plugins to create a gallery:

This way you will have complete control of the components and will be able to create similar, if not better, looking gallery. I did this on Android for my app, and it works great.

I might post a tutorial on the carousel plugin git on how to do this.