언어 설정

Menu
Sites
Language
[TV] IME for Consecutive Input

I am trying to create a Login screen and looking for a behavior similar to the one mentioned below,

https://www.samsungdforum.com/TizenUxGuide/05/05_text_input.html#ux-09

5.3. IME for Consecutive Input

 

I want the input box to switch when i press up/down keys and input box to be highlighted.

And when i press OK key, i want the keypad to launch.

 

Let me know if anyone have done similar code or samples available. Thanks.

Edited by: John Ixion on 19 12월, 2016

Responses

3 댓글
Mark Watney

Hi!

As far as I know on-screen keyboard in TV can't be triggered programatically so disabling keyboard untill focusing to next input may not be possible. But we can try focusing next or previous input using JavaScript .

Abhilash Kankokkaran

I'm facing an issue with OSK, when i call focus for keypad to launch using

$("#loginid" ).focus();

The keypad launch for a second and disappears.

Let me know if anyone faced similar issues.

 

html code :     <input type="text" id="loginid" >

Armaan-Ul- Islam

Hello,

I applied consecutive input on Tizen TV. You may check if the code snippet works for you: https://jsfiddle.net/d1m9sxr7/1/