I am creating a mobile web app with GWT and have discovered that the TextBox.setFocus(true) method does not work in mobile Safari. I also tried using JSNI to directly call element.focus(), which also did not work. Looking at other potential work arounds, the textbox in my application that I would like to focus on happens to be the input immediately following the input for which the event is being triggered. Therefore, if I could somehow simulate the pressing of the "TAB" key inside that event, I could achieve a similar result to "setFocus(true)". Could anyone explain how I could go about simulating the TAB Key press?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
