Gestures available for watch faces?

I am writing web-based watch faces. Besides tap gesture, what else can we use for interaction? Can we use the rotating bezel too?

Here is what the SDP Tizen engineer said…

See this guide for how to handle device-specific inputs (Back Key and Bezel Rotation):

https://docs.tizen.org/application/web/guides/tau/event-handling

Other generic events like touch/swipe/etc just follow the HTML5/W3C standard that most web devs should be familiar with: https://www.w3.org/TR/touch-events/

I hope this helps,

Ron
Samsung Developer Program

Watch face can’t have event listeners for hardware keys. They have different functions. Also you can’t use swipe gestrues . So scrolling event will not work. Please note: watch face is not regular app.It works like home screen.

1 Like

Thanks. I think this is the correct answer. No hardware key events, no swipe no scrolling.

The question is: only tap will work right?