Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Touch sync #456

wants to merge 2 commits into from

Conversation

hannesa2
Copy link
Collaborator

Sample from #439 (comment) transferred here, to see what's changes.
close #439


/** HERE IS THE PROBLEM **/
// Does not work (after zooming in, dinosaur head is unreachable)
val img = getBitmap(this, R.drawable.corgosaurus)
Copy link
Collaborator Author

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

@hannesa2
Copy link
Collaborator Author

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)
Copy link
Collaborator Author

@hannesa2 hannesa2 Jun 17, 2022

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panning to border not possible when zoomed in on multiple TouchImageViews
1 participant