Hello,
I'm trying to open a window from my app, a window which contains a login form. After the input field is selected and the keyboard appears, the tizenhwkey event stops beeing dispatched. Even if the window is closed and I try to reattach the event listener to tizenhwkey, still does not work. Any solution to this? It's a known bug in Tizen?
I have to mention that I tried to listen for the tizenhwkey event in the opened window and it works until the keyboard is shown, after that, the event stops beeing dispatched.