J
jamie
On my device I am writing for there are two tab keys, one to tab back one
to tab forward. The problem is I don't want tab to move me from the textbox
that is currently focused. I thought about capturing the tab key pressed
or key down event and focusing on the textbox again but the tab key fails to
register in either method. How can I stop tab from moving the focus?
to tab forward. The problem is I don't want tab to move me from the textbox
that is currently focused. I thought about capturing the tab key pressed
or key down event and focusing on the textbox again but the tab key fails to
register in either method. How can I stop tab from moving the focus?