Languages

Menu
Sites
Language
back hwkey

hello 

i'm developping an application using tizen sdk  ,i'm using only one html page and various <div> element  so i need to use the id of the fiv to navigate. the probleme that the back hwkey close the application once i push it for two times . i mean when i push it for the first time , i get what i need and have the target div open . but when i push the back key for the second time even after 5 min the application closes. so what should i do

help

many thanks

Responses

2 Replies
Marco Buettner

Share your back logic and your html structure

colin Rao

I think you are using the default logic of the back hwkey. When the history stack is empty, the back hwkey event will close the application. The logis is right. -_-