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

I am using what I consider a pretty basic need for your SFPopup control.

  • Modal
  • Custom Message and Title
  • OK - Cancel (Settable button text )
  • Handle OK_Clicked event.

I am actually taken back by how involved this is with the SFPopup control.  


Your example https://help.syncfusion.com/xamarin-ios/sfpopuplayout/popup-events is no longer correct since you changed from: 

popupLayout.PopupView.AcceptButtonClicked

to

popupLayout.PopupView.AcceptCommand and

popupLayout.Closing


the popupLayout.Closing fires multiple times during life cycle. And the  I still haven't figured out how to use the ICommand interface you now require.  


Why did this become so complicated?  I would have expected implimenting this control would have taken 15 or 20 minutes.  So far I have spent 3-4 hours on this control and it still is not functioning the way I need.