alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

[Request] Start loading the next & previous view #595

Closed yonkahlon closed 3 years ago

yonkahlon commented 3 years ago

The contents of each view in the carousel is on our server - some of the carousel projects (including Xamarin's CarouselView) start loading the next few views even while it is hidden.

Is it already possible to do that? I couldn't find any properties for that. If not, could this be a request for a future release?

alexrainman commented 3 years ago

In both Android and iOS, the previous and next view are loaded by default, unless they are WebViews, where you will need to handle pre-loading by yourself.