Popup V2, Background turns black with Popup v2 in version 12.1.0 (not in 12.0.0) #2809
-
Hi everyone, I’ve encountered an issue when switching between CommunityToolkit.Maui NuGet versions 12.0.0 and 12.1.0. In my project, I’m using the new Popup v2. When I update to version 12.1.0, the entire background behind the popup turns black. This does not happen in version 12.0.0. The issue appears only when switching the NuGet version — there are no other changes to styles, theme handling, or any related configuration. To further investigate, I tried to reproduce the issue in a small sample project, but there the problem does not occur. Has there been any change in how popups handle background rendering between these two versions? Or is this a known issue? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We now place a BoxView behind the popup to handle touch interaction. Do you have any default styling set for a BoxView that could cause this? |
Beta Was this translation helpful? Give feedback.
We now place a BoxView behind the popup to handle touch interaction. Do you have any default styling set for a BoxView that could cause this?