We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Shimmer Error Customview IOS does not work like Android

hello!
I am having a problem on Xamarin IOS, I try to add the cordius attribute or change the available colors still cannot display as expected syncfusion can be fixed. Thanks ...


Attachment: ErrorrShimmer_cac27d25.rar

2 Replies

HM Hemalatha Marikumar Syncfusion Team March 9, 2020 02:18 AM UTC

Hi Lâm, 
 
Greetings from Syncfusion. 
 
Currently we are validating the reported issue in iOS platform and analyzing the factor mismatched from Android to iOS. So, we will update the complete details on March 10,2020. 
 
We appreciate your patience until then. 
 
Regards, 
Hemalatha M. 
 
 



SJ Suyamburaja Jayakumar Syncfusion Team March 11, 2020 11:41 AM UTC

Hi Lam,  
   
Thanks for your patience.    
 
By using ShimmerView instead of CustomView, you can resolve the reported issue as per in below code snippet. 
 
XAML: 
<shimmer:SfShimmer> 
            <shimmer:SfShimmer.CustomView> 
                …… 
 
                    <shimmer:ShimmerView Grid.Row="0" 
                                         Grid.ColumnSpan="2" 
                                         HorizontalOptions="Start" 
                                         WidthRequest="300" /> 
               …… 
                </Grid> 
            </shimmer:SfShimmer.CustomView> 
        </shimmer:SfShimmer> 
 
To more reference, please find the UG details, 
 
 
Please let us know if you need any further assistance on this.  
 
Regards, 
Suyamburaja J.  


Loader.
Up arrow icon