Narasimha
Narasimha

Reputation: 3766

I want soft key board when mobile is in landscape

In my application i want soft keyboard when emulator is in landscape mode only.if mobile is in portrait mode i want to use keyboard which was designed by me, give me some suggestions for this.Thanks in advance

Upvotes: 2

Views: 347

Answers (1)

thumbmunkeys
thumbmunkeys

Reputation: 20764

have a look at InputMethodManager, it will request to hide the soft input window from the context of the window that is currently accepting input

Upvotes: 1

Related Questions