InputTransparent property does not work on Android #9069
Labels
legacy-area-controls
Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor
p/1
Work that is important, and has been scheduled for release in this or an upcoming sprint
partner
Issue or Request from a partner team
platform/android 🤖
s/duplicate 2️⃣
This issue or pull request already exists
t/bug
Something isn't working
Milestone
Description
The InputTransparent property does not work properly on Android.
I have prepared a demo app to showcase the issue. In it you will find a Grid containing a Button and a BoxView. The BoxView is in front of the Button and has an initially set InputTransparent value of true. The Button has an OnButtonClicked event handler attached to its Clicked event. This handler displays an alert and changes the InputTransparent of the BoxView to false, so that you cannot click it a second time.
However the click event is sent regardless of the InputTransparent value.
DemoApp.zip
Steps to Reproduce
Version with bug
6.0.408 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: