Re: [android-developers] soft keyboard not showing

2012-06-13 Thread Justin Anderson
I'm not entirely sure, but I don't think so... For devices with a trackball or a non-touch screen it would get very annoying if the keyboard popped up every time an EditText received focus. I used to have a phone with a TrackBall (T-Mobile MyTouch) and I don't remember the keyboard popping up if I

Re: [android-developers] soft keyboard not showing

2012-06-07 Thread marcin kolonko
yes, the keyboard shows when i tap inside. should the default behavior not be, like, show keyboard when receive foucus? On Friday, May 25, 2012 6:41:38 PM UTC+2, MagouyaWare wrote: > > in my layout xml i have a stubview. the layout that replaces the stubview >> has a EditText view inside. >> but

Re: [android-developers] soft keyboard not showing

2012-05-25 Thread Justin Anderson
> > in my layout xml i have a stubview. the layout that replaces the stubview > has a EditText view inside. > but when i inflate stubview, the soft keyboard doesn't show automagically. > Does the keyboard show when you tap inside the EditText? That is the default keyboard behavior... Thanks, Jus

[android-developers] soft keyboard not showing

2012-05-25 Thread marcin kolonko
hi, in my layout xml i have a stubview. the layout that replaces the stubview has a EditText view inside. but when i inflate stubview, the soft keyboard doesn't show automagically. is this the default behaviour? i know i can show the keyboard myself, just want to know if i really have to mess