语言

Menu
Sites
Language
Center Button event

I have been facing rejection in many of my apps because of thi error -

Screen is abnormally displayed when the interruption occurs.(*Hold mode, CENTER Key)

<Procedure>

1.Run the application.

2.Go to Hold mode > Turn off the hold mode(same as CENTER Key)

3.Check the application screen.

<Expected Result>

Application screen should be displayed normally.

 

 

PLease tell me how can i handle this error.It's urgent. 

 

Screen is abnormally displayed when the interruption occurs.
(*Hold mode, CENTER Key)

<Procedure>
1. Run application
2. Go to Hold mode > Turn off the hold mode (same as CENTER Key)
3. Check the application screen

<Expected Result>
Application screen should be displayed normally.
 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

3 回复
talari praveen kumar

Hi sidharth,

What do you mean by "CENTER" key? Is it "Home"  key? I tried a sample by pressing the "Home"  key. But I am not able to reproduce the issue. If possible will you share the widget so that I can test it.

konduri sai swathi

Hi,

"Hold Mode" means that the screen light goes off and the device is locked when your application is running. During this you should stop everything you have in your app like timers, sound etc and resume those after hold mode is off (when screen is unlocked).

You can handle this using "application visibility". Refer this article for more help : https://developer.tizen.org/documentation/articles/application-visibility?langredirect=1

 

Alexander AVSukhov

Hello,

You may use

webkitvisibilitychange

 event