TouchEffect.Command not working in UWP #1607
-
I can't succeed to make the xct:TouchEffect.Command working on UWP while:
I made a very small project to test it:
The binding for the command of the button is working on both UWP and Android projects. But the binding of the touchEffect applied on the StackLayout is not working on the UWP project (When I click on the IndianRed Background or wherever in the StackLayout). I mention that I'm aware of this post: #1456 What did I miss ?!? Any idea ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
@pictos could you please check this? |
Beta Was this translation helpful? Give feedback.
-
@BelightWavre does it work for you if you download this sample #1456 (comment) And do this #1456 (comment) ? |
Beta Was this translation helpful? Give feedback.
-
I found something. It works in debug mode, but not in release mode (same project - build from scratch). Does it reveal something to you ? FYI, it is the same with the release 1.0.0 and 1.2.0. |
Beta Was this translation helpful? Give feedback.
I found something. It works in debug mode, but not in release mode (same project - build from scratch). Does it reveal something to you ? FYI, it is the same with the release 1.0.0 and 1.2.0.