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!

1
Vote

The SfButton Command execution has a delay and is slower than a normal Xamarin.Forms Button or a TapGestureRecognizer on an element.


I made some tests (only in IOS) and noticed that the same Command  execution 
(NavigationPage Push) is deferred by near 140-150 ms when executed with a SfButton.

The same command has a delay of 9ms when executed from a standard Xamarin Forms Button or a TapGestureRecognizer.

I didnt tested the Clicked event, i work only with ViewModels and MVVM commanding.


140-150ms are a deal. When using sfButton to Navigate, my app feels "clunky" and not fluid.

Replacing the SfButton everything is much more smooth.


I never tested it in Android.