LoyalNativeSlider icon indicating copy to clipboard operation
LoyalNativeSlider copied to clipboard

Images not loaded on ZoomableView.

Open derrysd opened this issue 8 years ago • 3 comments

Hello jjhesk, Thank you for this great library. But I have an issue like i have mentioned in the title, it is working fine when I am using TextSliderView.

And I have a question: where is the location of the saved picture on long click?

derrysd avatar May 16 '16 11:05 derrysd

with this feature you will need to implement it yourself. as of now, the default long will contribute to save image. This method is located on the very bottom of the abstract class. You can click thru it on android studio. I think it should have a better options for developers to choose their own but this is open for discussion. @orpnoch

jjhesk avatar May 25 '16 03:05 jjhesk

The zoomableview not loading images if it comes from drawable, but loaded if it comes from assets.

derrysd avatar May 25 '16 03:05 derrysd

i recommend using glide or picasso to fetch the data into your zoomableview.

jjhesk avatar Oct 25 '16 04:10 jjhesk