Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

(iOS) Animation stopped in the SfShimmer when removed and adding the same instance to the ContentView.


Replication Procedure:

  1. Initialise the SfShimmer at once. (
    var mainContentView = contentView; // Content contains shimmer element
    ).
  2. Now set the another view to the content of the ContentView. (var 
    mainContentView
    = new Grid();
    )
  3. Again set the already created SfShimmer instance to the content of the ContentView. System.InvalidOperation exception thrown in the SfShimmer. Once it is fixed, animation is stopped.