Handling Touch events in Velo

Hi!

It seems that velo does not support touch events like ‘touchstart’, ‘touchend’ and ‘touchmove’.

Any thoughts on how to best incorporate these using an iFrame or Web component? Say for an element #input2 that exists in my design.

Thanks!

Yes, you can use a custom element to crate your own elements and add touch event listeners.
But your question is too general.

Hey @J.D is there a way to listen for a swipe left/right touch screen action? I have a dynamic database item page with right and left arrows that link to nextItem & previousItem in the dataset respectively. Can I listen for a swipe right/left touch event to load the next or previous dataset item?