Languages

Menu
Sites
Language
Trigger the "NEXT" button in IME for consecutive inputs

How can I trigger the "NEXT" button instead of the "DONE" button in the IME keyboard for consecutive input fields? It is described in the design docs here, but I can't find any info on the markup or scripting to trigger this IME view over the standard IME behavior.

Here's a sample of the markup I've tried. It successfuly triggers the IME, but with the DONE button instead of NEXT.

<form id="myForm" action="./tabbed-layout.html" method="post">

  <div class="tabbable-row">
    <label for="name">Name:</label>
    <input class="tabbable form-control" type="text" name="name" id="name" value="" tabindex="1">
    <label for="pword">Password:</label>
    <input class="tabbable form-control" type="text" name="pword" id="pword" value="" tabindex="1">
  </div>

  <div class="tabbable-row">
    <input class="tabbable btn" type="submit" value="Submit">
  </div>

</form>

 

Responses

5 Replies
André Reus

Hi Spencer Hansen
The tutorial you provided is for TV. What is your device? 

Sebastian Pereyro

Hi Andre,

I am working with Spencer on the same project, and we get the IME Keyboard withe "Done" instead of the "Next" key on the emulator and on an MU7000 device. From these docs: https://developer.samsung.com/tv/design/text-input#ime-for-consecutive-input we assume that this is a default behaviour, but we are wondering if there is anything we need to do to get these behaviour for consecutive inputs.

Thanks in advance
 

Sebastian




 

André Reus

May be it depends on some models... You may try different models for verifying if available and emulator if already not...

Spencer Hansen

Thanks André. We'll take a look at both the 3.0 and 4.0 emulators to see if there is a difference in behavior. We'll only have access to a few different TV models to test on though. :) Either way, it seems that this basic behavior should be doable on any TV device or emulator that supports a Tizen app, as it exists in the core docs as standard behavior. 

Out of curiosity, can you confirm that you've been able to get the "next" button behavior in the IME for forms with consecutive inputs on a TV device or emulator?

André Reus

As i don't have any real Tizen TV, i can't confirm you currently :( I will try to confirm after using emulator..