Thank you all the comments. As a side note So P4 is priority unknown or not checked, but
not
-not important-.
It's not actually a P4 – the "Priority" field on buganizer is very misleading, it has a very specific internal meaning and interaction with other systems so we don't use it for actual prioritization for compose text issues. Unfortunately, the way we track actual priority is not visible externally.
nitrog42
05/31/2022, 12:26 PM
there are already a few workaround that helps, either using last compose version 1.2.0-beta02, or switching to EditText for important fields
there are some leads in the issue (adjustPan vs adjustResize, etc...)
j
jasu
05/31/2022, 1:01 PM
thanks for the clarification, I’ve gone through all the possible workarounds mentioned but didn’t try using EditText so lastly I’ll try this once and see if it works.
n
nitrog42
05/31/2022, 1:04 PM
I did it in last recourse and it should definitelly work
I know it's annoying but there are so many benefits from Compose I think it can be "workarounded" until it's totally fixed
others possibility are altering a bit the design to avoid textfield below keyboard (divide in multiple screens)
or use some tricks to know if the keyboard is displayed (windowinsets compat manager, or known hacks)