Answering my own question here, finally figure out the solution.
In the InputMethodService, override this method:
@Override public void onComputeInsets(InputMethodService.Insets
outInsets) {
super.onComputeInsets(outInsets);
if (!isFullscreenMode()) {
outInsets.cont
It's not my app being blocked by the keyboard's candidate view. It's
my keyboard's candidate view blocking other apps. And I'd like to fix
the keyboard.
Any other suggestions?
On May 4, 3:05 pm, jamesc wrote:
> Take a look at adjustResize and adjustPan:
>
> http://developer.android.com/guide/to
Take a look at adjustResize and adjustPan:
http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft
On May 2, 8:07 am, ced wrote:
> Hi,
>
> I am playing with the Demo SoftKeyboard the comes with the Android
> SDK.
>
> In portrait mode when its candidate view is shown, it do
3 matches
Mail list logo