Allways Transparent.
See original GitHub issueHello, Thanks for your work @rotorgames , I have this issue:
When I run a popup page on android, it’s truning content transparent. No matters what i do, it’s always transparent.
Version 1.0.4 Compiling with Android 8.0
Xalm:
<pages:PopupPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:pages="clr-namespace:Rg.Plugins.Popup.Pages;assembly=Rg.Plugins.Popup" x:Class="AppDemo..Demo"> <StackLayout VerticalOptions="Center" HorizontalOptions="Center" Padding="0" Margin="0"> <Frame Margin="30" Padding="10"> <Label HorizontalTextAlignment="Center" FontSize="Large" Text="Hello popup!"></Label> </Frame> </StackLayout> </pages:PopupPage>
C#:
await Navigation.PushPopupAsync(new Demo());
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)

Top Related StackOverflow Question
I think that I have fixed it in the beta release v1.1.3.121-beta. You can test it from the development NuGet: https://ci.appveyor.com/nuget/rg-plugins-popup-p6l5elugev99
P.S. Not afraid to reopen this issue if you have this problem again.
Thanks
Hi. Made new project to test with v1.0.4 and with 1.1.3.73-pre. Both versions works as expected with sample code from @dmmg83 comment.
On mainPage added buton to push popup page to stack:
also tested with
Around button on MainPage added labels just to fill MainPage to see where popup page is transparent. When button is pressed yellow box is shown with white label “Hello popup”. Space around yellow box is transparent as expected. As tested there is no problem with this plugin as reported. Tested for Android. Compile API 19-26. Run on Android 6.0 and 7.1.1.