From 1f0c18f60bf878f30041d20f39d23ae628d9735a Mon Sep 17 00:00:00 2001 From: joelcavolate1-cell Date: Fri, 24 Apr 2026 16:27:16 +0200 Subject: [PATCH] Update AndroidManifest.xml android:configChanges="keyboardHidden|orientation|screenSize"> to fix the fact that when rotating the phone the textbox get lost --- composeApp/src/androidMain/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composeApp/src/androidMain/AndroidManifest.xml b/composeApp/src/androidMain/AndroidManifest.xml index a9f4c0d..9b69593 100644 --- a/composeApp/src/androidMain/AndroidManifest.xml +++ b/composeApp/src/androidMain/AndroidManifest.xml @@ -21,6 +21,7 @@ android:name=".MainActivity" android:exported="true" android:windowSoftInputMode="adjustResize"> + android:configChanges="keyboardHidden|orientation|screenSize"> @@ -61,4 +62,4 @@ - \ No newline at end of file +