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

Transformer blocks konva after using multitouch #1767

Closed
kamil-zak opened this issue May 28, 2024 · 3 comments · May be fixed by richighimi/research-openemr#3
Closed

Transformer blocks konva after using multitouch #1767

kamil-zak opened this issue May 28, 2024 · 3 comments · May be fixed by richighimi/research-openemr#3

Comments

@kamil-zak
Copy link

Using Transformer on the touch screen, everything works fine until I touch two corners at the same time and then move it, everything freezes. Nothing can be moved or transformed. When touching with two fingers there are two onTransformStart events, but when released there is only one onTransformEnd event.
In console there are no any errors.
The problem appeared in version 9.3.5, in version 9.3.4 everything works fine.

This issue also exists on demo page of Transformer:
https://konvajs.org/docs/select_and_transform/Transform_Events.html

Problem occurs on both chrome and firefox.

@lavrton
Copy link
Member

lavrton commented Jun 12, 2024

I can't reproduce that on the iPad and iPhone.

@kamil-zak
Copy link
Author

I reproduced this on my iPhone. I noticed new condition. You need to touch one corner, and without making any move touch second corner. (two touchstart events, no touchmove). After that if you make any move everything will freeze. If you start moving before second touch start this problem not occur

20240613_114608.1.1.mp4

@lavrton
Copy link
Member

lavrton commented Jun 20, 2024

Thanks for the report. Release with a fix is published.

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