Quote:
Originally Posted by Ceiyne
I didn't try it, but I thought that hiding the search text field on the page with css might do the trick (because if the field isn't there, it shouldn't be able to receive focus, and the keyboard shouldn't pop up). Even if I'm able to do that, and it works, it's not an ideal solution because sometimes I will need to use that field to enter a new word to search for.
|
Try hiding it, then using a CSS animation to show it later. That might work if the focus is done using JavaScript.