On Fri, Jan 15, 2010 at 6:09 PM, aniket ray <[email protected]> wrote:
> Hi,
>
> I wanted a way to find out whether a softkeyboard is visible at any given 
> time.
>
> If I set the windowSoftInputMode property to adjustResize,  I receive
> resize events in the portrait mode (onSizeChanged gets called). I use
> these events to find out whether the softkeyboard is visible or not.
> But I get no resize events in the landscape mode (Android SDK 2.0). Do
> I need to set some property explicitly to get these events in the
> landscape mode.
>
> Also when the application switches between landscape and portrait, the
> application gets resize events. So to find out whether the keyboard is
> actually visible, I would need to differentiate between the 2 resize
> events.
>
> So in short, is there a cleaner way (other than resize events) to find
> out whether the soft keyboard is visible?
> And if resize is the only way, how can I turn it on for landscape mode?
>
> Thanks a lot in advance for the help.
> -aniket
>

Could someone help me with my problem? Alternatively, is there a way
to force softkeyboard to always show as fullscreen.
I am wondering why Softkeyboard is not in fullscreen mode in my
application(in landscape) while it opens in full screen mode in
others.

Thanks,
aniket
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to