Hello,
I'm developing Tizen web app. App has custom navigation made with keydown events on inputs and buttons. When input gets focus and native screen keyboard opens all arrow key events are blocked what is highly desirable to enable typing with arrows. It works fine on 2017 and 2018 Samsung TV but unfortunately on 2016 model events are not blocked. On 2016 when input gets focus and keyboard opens my app navigation is still listening to arrows keydown events what leads to moving focus to another view element. Therefore typing is not possible.
I believe it is common problem but I really cannot find any resolution. One that I would like to implement is blocking my event listeners when keyboard is visible but I cannot find any API with method like 'isKeyboardOpen()'.
Best Regards