https://kotlinlang.org logo
#compose
Title
# compose
k

Kyant

10/03/2020, 6:35 AM
Crashed when using
webContext.goBack()
to handle back press in WebView.
java.lang.IllegalStateException: KeyEvent can't be processed because this key input node is not active.
at androidx.compose.ui.input.key.KeyInputModifier.processKeyInput(KeyInputModifier.kt:62)
at androidx.compose.ui.platform.AndroidComposeView.sendKeyEvent(AndroidComposeView.kt:196)
at androidx.compose.ui.platform.AndroidComposeView.dispatchKeyEvent(AndroidComposeView.kt:200)
Is something wrong? I remember it won't crash before.
d

Denis Sakhapov

11/12/2020, 2:20 AM
Hi, I’m facing the same annoying issue and can’t seem to find anything that would help solve it. Have you been able to mitigate this?
k

Kyant

11/13/2020, 9:27 AM
Sorry, I can't resolve it. You should better file it.
3 Views