We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I facing an issue when first action is not "drag" is "click", the widget will jump to top left position, below is the video
The text was updated successfully, but these errors were encountered:
hello @callmejm I have tried to make it not jump by doing the following:
inside the widget, just add this: touchDelay: Duration(milliseconds: 100),
touchDelay: Duration(milliseconds: 100),
e.g.
DraggableWidget( touchDelay: Duration(milliseconds: 100), .....)
Sorry, something went wrong.
"hardTop" initialization did not take into account the position difference. Adding these two lines of code can solve the problem.
No branches or pull requests
I facing an issue when first action is not "drag" is "click", the widget will jump to top left position, below is the video
bandicam.2021-11-08.10-51-15-293.mp4
The text was updated successfully, but these errors were encountered: