Hello guys, I'm trying to use a simple CarouselView inside a layout.
I found that Xamarin.Forms.CarouselView (https://www.nuget.org/packages/Xamarin.Forms.CarouselView/2.3.0-pre1) is not present anymore on nuget.
So searching on the web I decided to use this one: https://github.com/alexrainman/CarouselView
This one is not working (for me) with a MasterDetailPage: the first page loaded (a Detail Page) shows nothing of the carousel (empty page), instead after i select another (or the same) page from the master the carousel works ok (but of course I need to open it in the first presented detail page too).
So, do you have some suggestions/other plugins to use?
Thanks,
Luca
↧
How to implement a simple CarouselView
↧