anytype-kotlin
anytype-kotlin copied to clipboard
Double drag delay
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing issues and didn't find any that were similar
- [X] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
Long pressing a block triggers haptic feedback when releasing the touch would select it, but then there is a further delay before it is actually draggable.
Expected Behavior
Blocks should be draggable as soon as the selection delay is finished and haptic feedback is triggered.
Steps To Reproduce
- Long press on a block
- Wait
- Haptic feedback
- Try to drag
- The page scrolls instead
- Long press on a block
- Wait
- Haptic feedback
- Wait some more
- Highlight appears
- Now the block is draggable
Environment
- OS: Android
- Version: 14
Anything else?
No response