Hi there!
I'm using the CarouselView along with Grial UI Kit in one of my Xamarin Forms App. I've got it work fine, in iOS & Android and it looks good in a portrait view on both the phones.
The issue arises in an iphone, when I change the orientation of the phone from portrait to landscape. The carousel view does not resize to fit the screen. I'm attaching some images that depict what happens:
From portrait to landscape:
From Landscape to portrait:
This does not happen on an android device, just on iphone.
If anyone has come across this and knows a solution, please do let me know.
Thanks
Noel
@englebertnicolas said:
Same issue here.@GlenFernandes , @KarthikRam , @seanyda , @KennethWenyon,
Did someone find a workaround ?
Have you tried using this CarouselView control? This is in the process of being merged into the official repository.
Answers
@GlenFernandes even I am facing same problem. Were you able to find a solution to overcome this?
This is a bug in CarouselView because its still in pre-release. It's road mapped to be released in February stable.
@Ipdavies when can I expect the latest carousel update.
It's in the road map for February
@Ipdavies Is it released?
Today is October 13, 2017, Same issue here with ALL the latest and Greatest from Xamarin/MS.
Carousel v2.3.0-pre2
XF 2.4.0.282
Any updates on this?
Same issue here.
@GlenFernandes , @KarthikRam , @seanyda , @KennethWenyon,
Did someone find a workaround ?
Have you tried using this CarouselView control? This is in the process of being merged into the official repository.
https://github.com/alexrainman/CarouselView
Apologies for the delayed response.
I kinda gave up on the CarouselView and switched to using the DLToolkit forms controls. If I remember correctly, I think it's called the "FlowListView". You should be able to find examples on google.
Cheers
GF
I did a quick test and obviously this problem seems to be solved in that version.
Thank you Seanyda !