Using a native Android control how would you automatically focus on a native android control. The MobileControlDo with the "focus" action only works on iOS. Is there another way to accomplish this in Android? I need to focus on a specific text field every time the user initiates an action.
I am being forced to use a native Android textbox control because I'm attaching a scanner to my tablet (via USB) and the built in Livecode control does not recognize the CRLF being sent from the scanner (other Android apps do). I also tried trapping it using KeyReturn, Rawkey,and KeyDown handlers but to no avail.