Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input transparency #4

Open
kissgyula opened this issue Feb 2, 2023 · 1 comment
Open

Input transparency #4

kissgyula opened this issue Feb 2, 2023 · 1 comment

Comments

@kissgyula
Copy link

Is it possible to have input transparent backdrop with this?

@naweed
Copy link
Owner

naweed commented Feb 2, 2023

This is currently a bug in Maui on the Android side. However, this temporary hack will do the trick for you. Add this on the background grid:

        <Grid.GestureRecognizers>
            <TapGestureRecognizer Command="{x:Null}" />
        </Grid.GestureRecognizers>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants