I used below code to initiate Transformer
const tr = new Konva.Transformer();
But the two finger scaling is not supporting and it's very difficult scale in mobile devices.
Anyone know how to fix this?
I used below code to initiate Transformer
const tr = new Konva.Transformer();
But the two finger scaling is not supporting and it's very difficult scale in mobile devices.
Anyone know how to fix this?
With
konva
v4 you have to implement multitouch scale manually:Demo: https://codesandbox.io/s/heuristic-dirac-flvk7
Related demos: