Unplanned
Last Updated: 23 May 2019 11:34 by ADMIN
Elad
Created on: 26 Mar 2016 22:21
Category: UI for Xamarin
Type: Feature Request
12
Add Image Viewer component
a new component - Image viewer.
this component will take as source images meta data and show images gallery, with view / templates.
(carousel / grid for instance), 
allowing tap to zoom full screen and drag to exit zoom
5 comments
ADMIN
Stefan
Posted on: 27 Feb 2018 09:30
Hi guys,

I wanted to chime in here and invite the community to share any use cases they plan on using this control for.

-Stefan
Elad
Posted on: 28 Nov 2016 08:57
any updates?
Elad
Posted on: 04 Nov 2016 12:22
Thank you! you're the best!
Elad
Posted on: 12 Jul 2016 08:26
Hi Pavel, thanks for your reply.
this can't be achieved with the current controls, there is a lot of work to be done on each specific platform.
see facebook's image view, there are some cases there.
1. single press on image - background is going black, and there is an option to zoom by pinch.
2. in this mode you can swipe left/right and see the other images.
3. swipe up/down will exit from the gallery view mode.

this something completely different than listview, and I'm sure it will be very useful for any app with images scenarios.
ADMIN
Pavel R. Pavlov
Posted on: 12 Jul 2016 08:10
This particular scenario can be achieved by using any of the Items controls available in our Telerik UI for Xamarin suite. For example you could achieve this by using RadListView in combination with a TemplateCell which holds one Image. You also be able to take advantage of all the features the RadListView provides such as CellSwipe, PullToRefresh, Selection and others. Will such setup fit your scenario?