Raymond
Raymond
We're running this in production code right now without issue, so it is probably some permutation of environment-specific settings, target platform, etc. Has anyone else here run into this? I'm...
@unao I finally ran into the issue you were mentioning. It happens if you have transactions in the queue that are retries of previous transactions and thus don't include certain...
Closing as no repro has been provided.
Closing this as there seems to be a workaround for those encountering it. If it's still an issue, we can reopen it.
@SolitaryScripter You have disabled hardware acceleration. In v7, you need to use `pixi-legacy` for non-hardware-accelerated canvas support. In v8, this hasn't been written yet. PixiJS WebGL requires hardware acceleration to...
`Drag` doesn't work here because most often, a `drag` event is when the user is actually dragging a DisplayObject (clicking on it and moving it with their cursor). `pointermove` is...