check out the aforementioned thread - I followed the technique and have it working exactly as I would hope. In the form submit handler, dynamically create a hidden control and set the focus to it. then, on a timer, remove the dynamic control a second later.
/dave On Jan 28, 6:51 am, markdionne <[EMAIL PROTECTED]> wrote: > I tried everything I could think of doing from JavaScript, all the way > to completely deleting the entire input form that the keyboard is > focused on, and concluded that removing the keyboard can only be > triggered by a user physically tapping somewhere. > > You can get it to close by tapping on certain inactive areas of the > screen (at least when using IUI) which can sometimes be a bit quicker > than aiming at the relatively small Done button on the keyboard. > > The fact that you cannot remove the keyboard from JavaScript is very > restricting if you want to implement autosuggest / autocomplete UI. > > On Jan 28, 1:28 am, schniblet <[EMAIL PROTECTED]> wrote: > > > did anyone ever figure out how to remove the keyboard after a search? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
