Detecting TAB press on iOS
Trying to simply allow the user to TAB from one Input text tot the next.
Tried the following in my Update()
       if (Keyboard.current.tabKey.isPressed)
and also
      Input.GetKeyDown(KeyCode.Tab)
but doesn't work. My Active Input Handling' under Project Settings > Player > is set to 'Both'
Can anyone help?
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
               
 
			 
                