[BUG] [Android] TouchBehavior broken when applied to a control template #1830
Labels
area/behaviors
Issue/Discussion/PR that has to do with Behaviors
bug
Something isn't working
unverified
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Touch Behavior added as a behavior to a control template does not work on Android, but does work on iOS.
Expected Behavior
Touch behavior added as a behavior to a control template works on Android and iOS.
Steps To Reproduce
Open and run the solution on Android.
Press the "Tap Me" box and observe there is no animation.
Link to public reproduction project repository
https://github.com/Hackmodford/maui-android-control-template-touch-behavior-bug
Environment
Anything else?
In the example I would expect the gray box to animate its scale and bounce back when released. But it is not working on Android. In my actual app the command binding is also not working.
The text was updated successfully, but these errors were encountered: