Issue moved from dotnet/maui#12654
From @vsfeedback on Friday, January 13, 2023 7:08:52 PM
This issue has been moved from a ticket on Developer Community.
I have two issues concerning the MAUI Community Toolkit Popup page on iOS:
-
Popup background is not transparent on iOS it shows blurry translucent area, I need to be able to see the contents of the page behind the popup page, I tried everything to make the blurry part of the page fully transparent with no luck what so ever.
I tried to modify the PageHandler platform view with everything I couldn't find on how to make the UIViewController transparent but nothing worked.
-
Also I can't get rid of the margin around the popup page on iOS, no matter what page Size I use there is always margin around the page, how can I remove it, I need the popup contents to touch the screen edges.
Below screenshot is what I get when I run it on "iPhone 14 Pro Max iOS 16.0", and its the same on real device as well:

And I am also attaching the test project I created to show these problems.
Issue moved from dotnet/maui#12654
From @vsfeedback on Friday, January 13, 2023 7:08:52 PM
This issue has been moved from a ticket on Developer Community.
I have two issues concerning the MAUI Community Toolkit Popup page on iOS:
Popup background is not transparent on iOS it shows blurry translucent area, I need to be able to see the contents of the page behind the popup page, I tried everything to make the blurry part of the page fully transparent with no luck what so ever.
I tried to modify the PageHandler platform view with everything I couldn't find on how to make the UIViewController transparent but nothing worked.
Also I can't get rid of the margin around the popup page on iOS, no matter what page Size I use there is always margin around the page, how can I remove it, I need the popup contents to touch the screen edges.
Below screenshot is what I get when I run it on "iPhone 14 Pro Max iOS 16.0", and its the same on real device as well:
And I am also attaching the test project I created to show these problems.