This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 5 replies
-
@TuxCZ what XCT version do you use? Can you try the latest "pre-release" version? As for another question |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have problem with a touch effect. It works perfectly in the Android APP, but in UWP doesnt.
My UWP target version is Windows 10, 2004 (Build 19041) and Min version 1803, build 17134...
I tried this fix:
but it doesnt helped me. I changed ,,Compile with .NET Native tool chain" but it doesnt helped too.. I tried to compile UWP with different target and min versions, but it doesnt work...
My second question is how to use LongPressCommandParameter? I have entry defined like this:
<Entry x:Name="txtProjectName" Text="{Binding Project.Name}" Style="{StaticResource EntrySecondaryStyle}" xct:TouchEffect.LongPressCommand="{Binding LongPressCommand}" xct:TouchEffect.LongPressCommandParameter="{Binding .}" xct:TouchEffect.LongPressDuration="1500"/>
And I need to get LongPressCommandParameter (sender) in the code... How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions