I answer my question how it worked for me if someone is facing the same problem and then edit your AndroidManifest.xml
android / app / src / main and local Kli / android-generator / templates / SRC / application / SRC / main
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
source
share