How to solve the problem that the weex of Android will automatically get the focus of the first input box and pop up the soft keyboard when it re-enters the page for the first time?

when Android"s weex project is scanned and packaged on the phone with playground, the software will automatically get the focus of the first input box and pop up the soft keyboard after entering the background for the first time and then reopening it.

Jan.14,2022

. I have the same problem.


  :autofocus ="false"
  android
  <activity
         ...
        android:windowSoftInputMode="stateVisible|adjustResize"></activity>
Menu