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
Please have simpler implementation of Popup Control. Using Event very complicated.
RO Robert
Created On
:May 29, 2019 6:15 AM
Updated On
:Jun 03, 2019 1:39 AM
Type
:Feature Request
Control
:SfPopup
RO Robert
Created On
:
May 29, 2019 6:15 AM
Type
:
Feature Request
Control
:
SfPopup
Updated On
:
Jun 03, 2019 1:39 AM
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.
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.