Is adjustNone possible for softwareKeyboardLayoutMode?

SDK 44 Managed

I want the android keyboard to behave the same as the iOS keyboard, mainly that I want to control whether or not the content comes up. Is this possible to do?

I’m guessing the default “resize” mode is not good for that.

Is it possible to do adjustNone on the softwareKeyboardLayoutMode? Like in this answer: Difference between adjustResize and adjustPan in android? - Stack Overflow

According to the docs:

Only options are resize and pan.

Hi @tennisbum

It looks like you should be able to use patch-package to add the option you want to use here:

And then just specify that value in app.json.

See also:

But, I’m not sure “adjustNone” (or “adjustNothing” as mentioned in that Stack Overflow answer) is valid:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.