lemverse icon indicating copy to clipboard operation
lemverse copied to clipboard

Implement zoom on mobile

Open ramnes opened this issue 1 year ago • 4 comments

It's currently impossible to zoom on mobile (or, for our purposes, to dezoom). "Pinch to zoom" or a zoom slider would be two great features.

ramnes avatar Aug 18 '22 09:08 ramnes

It seems to me that this is related to the fact that Phaser doesn't handle pinch very well and that on the Mac pinch applies an operating system zoom rather than a camera zoom

Donorhan avatar Aug 18 '22 10:08 Donorhan

I'm sure we can still find something to implement for mobile users!

ramnes avatar Aug 18 '22 10:08 ramnes

I've just found a plugin that could help for the pinch zoom made by rexrainbow : https://phaser.discourse.group/t/using-multitouch-for-pinch-to-zoom/243/2

But I don't see any plugin implementation like this in the project : https://rexrainbow.github.io/phaser3-rex-notes/docs/site/gesture-pinch/?h=pinch

Is it a bad practice or a personal choice or just maybe never needed using an external plugin in the project @Donorhan ? I'm not familiar with phaser, I prefer to ask before trying to using it :)

alimtunc avatar Aug 26 '22 13:08 alimtunc

This plugin sounds great to me. We never needed plugins until now that's why we don't use them currently 🙂

Donorhan avatar Aug 29 '22 06:08 Donorhan