[Bug] Crash if using CarouselView in ScrollView
SymxnCreator opened this issue · 16 comments
Hello,
If I place the CarouselViewControl inside a ScrollView, the application crashes when the page is initialized.
I get the following exception: System.NullReferenceException: Object reference not set to an instance of an object.
Can you fix that?
I am also having same issue. Any workaround ?
I am also having same problem.
How can you fix that?
Is this Android or iOS?
I was able to fix the crash but, i am facing another issue, kind of the same it happens with StackLayout.
In Android, as ViewPager has its own ScrollView, wrapping the Carousel into a ScrollView stop it from propagating HeightRequest and it shows up blank.
InstantiateItem is never called.
Fixed.
I have same problem in Android.
I want add a CarouselView in ScrollView. You can observe base code in this link.
When does it be release?
I have the same problem after updating my old app to use the latest Xamarin Forms.. I don't have my carouselView in a scrollview though...
crash_log.txt
I have the same problem only on Android, when I put CarouselView in ScrollView.
I'm waiting for the new release. Thanks :)
@alexrainman did you release this already? I'm still experiencing the same problem on Android in latest version 5.2.0
Can you fix it now or not...?
Same issue facing in Android.
@alexrainman We have the same problem. Please release the fix you mentioned. We would be very thankful
I'm facing the same issue here, though I'm not directly using ScrollView but SfPdfViewer (and it's using ScrollView).
Call Stack:
https://gyazo.com/f4410aa97ddae8d72f81fdb16972fd34
Any solution? Actually I am surprised to see people still commenting here as last Nuget update is from 2018. Any way to update to the last version with fixes?
@alexrainman
Having same issue.. only on Android