- Home /
 
 
               Question by 
               siveco.danielbi · Sep 20, 2013 at 01:28 PM · 
                touchtouchscreentextfield  
              
 
              TouchScreenKeyboard textfield move focus
How can I move the keyboard focus from one textfield to a different one?
tried like this
 if (some condition)
 {
     GUI.FocusControl("textfield2");
 }
 
               Named the objects:
  GUI.SetNextControlName("textfield2");
  inputText = GUI.TextField(new Rect( ... ), inputText);
 
               On my PC is working fine, from my android tablet is not, the focus is not changing to the next control.
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Help with Uniflow Gallery swipe 0 Answers
Multitouch loses touch even when finger still on screen. 0 Answers
Linux Touchscreen Support? 1 Answer