Mobile "canvas"scale / horizontal swipe

Hey!
I have a little problem with my very simple scene when seen in mobile browser. Link
As you can see that the mesh with the texture is just too big when the mobile phone is in portrait mode. Is it possible to add some horizontal scrolling/swipe function to this?
Thanks in advance! :slight_smile:

Yes. I would look at the tutorial samples for input here: https://developer.playcanvas.com/en/tutorials/?tags=input

So you would either move the camera or the mesh based on touch move/mouse move events.

Another good example would be the Model Viewer Starter Kit that has panning controls on two finger movement: https://playcanvas.com/project/446385/overview/starter-kit-model-viewer

Thanks for the answer. I will see what I can do, I am not very good with coding tho. But I think the “starter kit model viewer” will help me alot.