Want scroll to work like we do mobiles

i want to make the scroll view to scroll down like we do in our mobiles not like i have scroll with the scroll bar how can i do that.
pg https://playground.babylonjs.com/#SI13I2#21

cc @DarraghBurke and @carolhmj

Huh weird I had this replied on drafts but never sent…
Our Scroll Viewer | Babylon.js Documentation (babylonjs.com) only supports the scroll bar for now, so you’ll have to roll your own implementation. You’ll have to detect the position of the pointerDown and pointerUp events on the control, calculate the difference between them, and then reposition your content based on this difference.

Interesting. Any plans to have this implemented?

Not at the moment, but you can file a feature request :smiley:

Would you say this would be a ‘nice to have’?

I think so, always good to improve mobile support :thinking: