Languages

Menu
Sites
Language
How to use Back button?

Hello!

How to recognize when the hardware back button clicked in my app? I need it because I want to develop a browser for the Tizen.

Thank you very much in advance! 

Responses

2 Replies
jian chen

You can register a callback  :


    eext_object_event_callback_add     (appData->navframe, EEXT_CALLBACK_BACK, naviframe_back_cb, appData);

hope it will help you 

jian chen

If you want to cancel a special page ,you can use this:

elm_naviframe_item_pop_cb_set(navi_item, callback, NULL);  
// in your "callback" function , return false