Hi, I’m looking for a way to set windowSoftInputMode=“adjustPan” in my app/layouts but I didn’t find anything in the api docs. Is it supported by Fuse?
Hi!
This is currently not exposed in fuse. You can change it in generated AndroidManifest.xml
inside the android build directory. But keep in mind that the change would then be overwritten every time you recompile.
What is your usecase for wanting to set windowSoftInputMode="adjustPan"
?