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