Handling Device Back Button

Handling Device Back Button

BY 08 Apr 2016 Native Application Development

Is there any way to handle Device Back Button click while Virtual Key Pad is opened?
Because Tizen is not catching such callback (eext_object_event_callback_add(mWin, EEXT_CALLBACK_BACK, win_back_cb, this);) while keypad is opened.

For ex,
1)Virtual Keypad is opened;
2)Pressing Device Back Button; EEXT_CALLBACK_BACK – was NOT handled
3)Virtual Keypad is closed;
4)Pressing Device Back Button; EEXT_CALLBACK_BACK – was handled

How can I catch ‘press’ event on the second step?

Written by