I need to change focus to the next edit box in the tab order on keydown in the current edit box.
I have tried SetFocus, SelectAll, SetStart, Performtab, adding tab character to current edit box text, etc. These work in win32 and wince as the target OS but not android.
Can anyone suggest a method of changing focus programmatically for the android OS?
Regards