语言

Menu
Sites
Language
Is it possible to modify the function of 'left and right sliding' or 'long touch' in the main screen(launcher) on Gear S ?

Hi,

I'm trying to develope a clock launcher application with tizen.

I heard that developer can't use left and right sliding or long touch event in the main screen because of it's own functions.

So, is it possible to modify the function of 'left and right sliding' or 'long touch' in the main screen(launcher) on Gear S ?

If it is possible, how?

thanks.

查看选择的答案

响应

2 回复
Mark as answer
AVSukhov

Hello,

According documentation:

  • The following limitations apply to the Watch Clock application:

    • Watch Clock cannot receive swipe down events (flick down) through the event listener. These events are normally handled as back key events but the Watch Clock is a single screen application restricted to the clock face home screen.
    • Watch Clock cannot receive horizontal swipe events (flicks) since these events are passed to the home application to show an adjacent screen on the Samsung Gear device.
    • Watch Clock cannot terminate itself as the home screen is permanent.
SeungHoon Woo

Hi,

Thanks for your reply.

It helps me a lot. I try to find another way to develope clock application! Thanks!