David Figatner

Results 213 comments of David Figatner

Try v4.32.0. I added an additional option to wheel to enable trackpad pinch. This provides both trackpad pan and pinch: `viewport.drag().wheel({ trackpadPinch: true, wheelZoom: false })` Please let me know...

What does your code look ilke? I just tried it at https://davidfig.github.io/pixi-viewport/ by adding the wheel code above and it seemed to work.

Hmm...for Windows you can only have zoom or pan with the wheel since there's no way to differentiate between a trackpad wheel and a mouse wheel. For macs, if you...

Ah. This looks like a bug, probably in the decelerate plugin.

Regrettably, it does not. It's on my list but I've never had a need for it.

Yes, listen in on the `zoomed` event off pixi-viewport, and then set scale of text to `1 / viewport.scale.x`.

Thanks. There's a new build system and the naming is weird. For now I deleted that file. The `viewport.min.js` is the same as the old `viewport.js`. I'll try to switch...

What version of scrollbox are you using?

Hmm...I just tried it locally and it works. Are you using webpack for your build system? Does importing pixi.js work?

Same as for pixi-viewport. i think you need to submit a PR