Languages

Menu
Sites
Language
Tizen 3.0 and PALM touch

Hi,

I have problem with this sample code

 

https://developer.tizen.org/ko/community/code-snippet/web-code-snippet/how-get-palm-event-gear-s?langredirect=1

- when I use

 "http://developer.samsung.com/privilege/healthinfo"

then I cannot build my app (certyficat issue)

- when I use

"http://tizen.org/privilege/healthinfo"

 then after palm gest gear is switching view to main watchface
- when I comment webapis.motion.start("PALM_TOUCH", CB); then palm gest is turning off screen only (without exit)

- in Tizen 2.3.2 all worked

 

 

1) Do you know any way to detect PALM in Tizen 3.0?

 

 

Best regards,
 

Responses

3 Replies
Iqbal Hossain
Damian

In PDF file there is no information about deprecated PALM gest. As I see they changed privileges for other gest. I think PALM should works.

How can I turn screen on after palm gest? I know  tizen.power.request('SCREEN','SCREEN_NORMAL');. 
Listener for screen change does not work for palm gest. 
Do you know methods for this use case? Workaround?

Iqbal Hossain

But there is no API about PALM_TOUCH for Wearable 3.0...