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?