Languages

Menu
Sites
Language
tizen.power.request() API is not working while a Video or Animation is running on Gear S3

When we call this API as tizen.power.request("SCREEN", "SCREEN_NORMAL"), it can lock display(turned on) in normal case, but if an animation or a video is running, this API cannot lock display(turned on).

Though, we have fixed this issue with Native Service(with Native API which works pretty well while video/animation runs), is there any way to fix this issue without native service(native API)?

N.B.: The issue was not found in Tizen 2.3.2, it is found in Tizen 3.0

Thanks in Advance

Responses

1 Replies
Armaan-Ul- Islam

I've Observed the same behavior as your findings...

 

# Scenario 1:

OS: Tizen Wearable 3.0

Content: Animation

Function Invoked: tizen.power.request("SCREEN", "SCREEN_NORMAL")

Behavior: Screen is turned off after Screen Timeout.

 

# Scenario 2:

OS: Tizen Wearable 2.3.2

Content: Animation

Function Invoked: tizen.power.request("SCREEN", "SCREEN_NORMAL")

Behavior: Screen remains on as desired after Screen Timeout.

 

So, It seems tizen.power.request("SCREEN","SCREEN_NORMAL") is not functioning as per API Documentation. There's already a bug reported on Tizen Bug Tracker with id [PTAPI-65].  Let's Keep track for the response and Hope for a quick fix.