-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
We are looking to migrate from Mopups to the toolkit for popups.
We have a few issues with the current implementation -
- When animating the popup there is an outline of where the pop-up will be (see video)
- You can only animate within the final location, i.e. the above outline. F.e., in the video, the popup should be sliding down from off the page
- Can't see a way to override the tap to close, so we can animate it away
Screen.Recording.2026-02-23.115730.mp4
Expected Behavior
- No outline for final popup location
- No restriction on where the popup and be displayed (should display outside of the current outline)
- A way to override the tap close logic
Steps To Reproduce
A colleage has created a POC for us testing MAUI toolkit popup - https://github.com/kycuff/PopupProto
Link to public reproduction project repository
https://github.com/kycuff/PopupProto
Environment
- .NET MAUI CommunityToolkit: 14.0.0
- OS: Android
- .NET MAUI: 10.0.30Anything else?
No response
Reactions are currently unavailable