-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
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
Touch sync #456
base: master
Are you sure you want to change the base?
Touch sync #456
Conversation
|
||
/** HERE IS THE PROBLEM **/ | ||
// Does not work (after zooming in, dinosaur head is unreachable) | ||
val img = getBitmap(this, R.drawable.corgosaurus) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the entry point
To point out the issue, you can see the error in the video. The dinosaur is not in sync during zoom TouchSync.mp4 |
}) | ||
|
||
// Works | ||
val img = getBitmap(this, R.drawable.ic_baseline_aspect_ratio_24) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@doplerfish @phillies
I tried out the 'Works' section of the code, and in my point of view, this doesn't work either. Or I simply don't understand the issue.
ic_baseline_aspect_ratio_24
is not in sync in move during zoom.
TouchSyncWorks.mp4
Btw, I do what I can and I keep this repository alive by merging pull requests, but I don't fix any issue of other guys. You can help me too !
Sample from #439 (comment) transferred here, to see what's changes.
close #439