Hello, Why does my screen jump when the keyboard i...
# compose
n
Hello, Why does my screen jump when the keyboard is displayed Can I handle it? And how to check the keyboard showed?
z
1. What's your soft input mode (resize or pan?) 2. Are you handling insets yourself? (Have you called
setDecorFitsSystemWindows(false)
?) 3. What version of compose and android have you observed this on? 4. What is your minSdk?
n
@Zach Klippenstein (he/him) [MOD] 1. mode: adjustNothing 2. Yes, In MainActivity 3. compose version 1.2 -rc 4. min sdk: 23
z
Is this using nested scrolling?
n
@Zach Klippenstein (he/him) [MOD] No!! I just custom behavior by offset. But I used nested on MainScreen
z