question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allways Transparent.

See original GitHub issue

Hello, 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:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rotorgamescommented, Jan 30, 2018

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

1reaction
simpletaskscommented, Jan 9, 2018

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.

<pages:PopupPage
    x:Class="XamApp1.Page11"
    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">
    <StackLayout
        Margin="0"
        Padding="0"
        BackgroundColor="Yellow"
        HorizontalOptions="Center"
        VerticalOptions="Center">
        <Frame Margin="30" Padding="10">
            <Label
                FontSize="Large"
                HorizontalTextAlignment="Center"
                Text="Hello popup!" />
        </Frame>
    </StackLayout>
</pages:PopupPage>

On mainPage added buton to push popup page to stack:

private async void Nav_button(object sender, EventArgs e)
        {
            await PopupNavigation.PushAsync(new Page11());
        }

also tested with

using Rg.Plugins.Popup.Extensions;
. . . 
private async void Nav_button(object sender, EventArgs e)
        {
            await Navigation.PushPopupAsync(new Page11());
        }

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

always transparent - clear quick dry nail polish
Get clear nails with always transparent by essie. This clear quick dry nail polish allows you to be transparent and achieve a simple...
Read more >
always transparent
always transparent · expressie, by essie, is our quick dry on-the-fly nail polish · one-step color and shine formula dries in about a...
Read more >
Essie always transparent Reviews 2023
I really love this product and how quick it dries with how long it lasts. But IF you use too much product it...
Read more >
Essie expressie, Quick-Dry Nail Polish, 8-Free Vegan, ...
Always Transparent clear nail polish from essie expressie quick dry on-the-fly nail polish with an unconventional range of 40 shades.
Read more >
Always Transparent? - David Driftmier
People want leaders who are transparent about challenges, the team's mission, and even transparent about themselves. The Harvard Business School ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found