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

[Android] BoxView Allows Touch Actions to Below Element When InputTransparent is False #26026

Open
nivetha-nagalingam opened this issue Nov 21, 2024 · 1 comment
Assignees
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing p/2 Work that is important, but is currently not scheduled for release platform/android 🤖 t/bug Something isn't working
Milestone

Comments

@nivetha-nagalingam
Copy link
Contributor

Description

In the Android implementation of .NET MAUI, a BoxView with InputTransparent = false fails to prevent underlying touch interactions. This results in unexpected touch events being triggered even when an overlay should block user interaction.
https://github.com/user-attachments/assets/fb9de614-70d0-4676-be88-56a13d7ba30e

Steps to Reproduce

  • Launch the application
  • Click the "Can't Touch This" button
  • Observe the label text has been updated
  • Click event is processed
  • InputTransparent = false does not prevent touch interactions
  • Bugzilla40173.zip

Link to public reproduction project repository

No response

Version with bug

9.0.0 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11 and UP

Did you find any workaround?

No response

Relevant log output

@nivetha-nagalingam nivetha-nagalingam added the t/bug Something isn't working label Nov 21, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@nivetha-nagalingam nivetha-nagalingam changed the title [Android] BoxView Allows Touch Actions to Below Elements When InputTransparent is False [Android] BoxView Allows Touch Actions to Below Element When InputTransparent is False Nov 21, 2024
@PureWeen PureWeen added this to the Backlog milestone Nov 21, 2024
@PureWeen PureWeen added platform/android 🤖 area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing p/2 Work that is important, but is currently not scheduled for release labels Nov 21, 2024
@vishnumenon2684 vishnumenon2684 self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing p/2 Work that is important, but is currently not scheduled for release platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants