Hello Syncfusion Team,
We are using the SfPopup control in our .NET MAUI application and have encountered some limitations and feature requests that are important for our use case:
1.Prevent Popup from Closing on Outside Tap & Allow Background Interaction:
Currently, when the user taps outside the popup, it closes automatically. We need the popup to remain open even when the user interacts with the background. Additionally, it is important that the user can interact with the page behind the popup while it is displayed, similar to the behavior of the CommunityToolkit's SnackBar.
2.Dismiss Popup by Dragging:
We would like to allow users to dismiss the popup by dragging (sliding) it off the screen, providing a more intuitive and modern user experience.
3.Consistent Slide Animation for Close:
When using the SlideOnBottom animation mode, the popup opens with a slide animation but always closes with a fade animation. We need the popup to close with the same slide animation it used to open, for consistency.
4.Respect ZIndex on Slide Animation:
When using slide animations, the popup should respect the ZIndex property so that it appears behind the bottom tab bar (or other overlays) as intended.
Could you please advise if there are workarounds for these issues, or if these features could be considered for future releases?