You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: