dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

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

Open nivetha-nagalingam opened 11 hours ago

nivetha-nagalingam commented 11 hours ago

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

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

similar-issues-ai[bot] commented 11 hours ago

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.