coolPrat / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
0 stars 0 forks source link

Hide the soft keyboard on web search results (if results are present, unless user clicks focus into EditText) #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Have to remove the soft keyboard a lot on N1, awkward. Need to clean up the 
web search results page so it isn't shown when results are there. 

Right now, if you click a book on results page, don't add it, then click 
back -- works great, results still there, soft keyboard not shown (but 
cursor appears to be in edittext).  Same scenario but ADD the book, takes 
you back to search results with soft keyboard on top of results. 

Original issue reported on code.google.com by charlie....@gmail.com on 15 May 2010 at 3:43

GoogleCodeExporter commented 8 years ago
Android 2.0.1 and 2.1 bug: 
http://code.google.com/p/android/issues/detail?id=7115. 

Worked around it in BookSearch with 
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_
HIDDEN
); 

Original comment by charlie....@gmail.com on 15 May 2010 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by charlie....@gmail.com on 15 May 2010 at 8:57