Closed Huaba93 closed 4 years ago
Hi, Is your button inside a scrollview or listview ?
The button is inside a ScrollView. Outside of ScrollView it is working as expected.
Haven't tested it with ListView or CollectionView
@Huaba93 try to set DisallowTouchThreshold = 10, it will make it slightly better
Setting it to 10 makes it better for vertical scrolling but worse for horizontal. But this is good enough for me atm.
I bind it to the buttons height.
Yeah, I know. But don't know how to fix this yet.
Ok no problem, as i told, it is good enough ;) Thanks for your help and thanks for the whole project. It was very easy and went very fast to replace most of the TapGestureRecognizer with the TouchEffect. The app feels now much more responsive. It's a huge UX improvement!
@Huaba93 thanks, mate :)
Same problem on iOS. I used a collectionView. Any idea?
Same problem on iOS. I used a collectionView. Any idea?
try to set DisallowTouchThreshold = 10
this only works for Android, not iOS
this only works for Android, not iOS
It should work for iOS as well DisallowTouchThreshold = 1
?
this only works for Android, not iOS
try latest (no need to set DisallowTouchThreshold for iOS)
I had no time to test, but I will soon ;)
Description
When leaving the vertical bounds of the VisualElement, the VisualElement is not reset. It is working horizontally.
Steps to Reproduce
Expected Behavior
Command is not executed and control is reset to regular values.
Actual Behavior
Command is not executed but pressed values are not reset to regular values.
Basic Information
Tested with Samsung Galaxy S10 (Android 10)
Screencast