I’m trying to use a mobile keyboard in Unreal.
(Android Virtual Keyboard | Unreal Engine Documentation)
When using the keyboard, the UI is hidden behind it.
So, to prevent it from being obscured, I modified the engine source file and added android:windowSoftInputMode=“adjustResize” to the activity in the xml file, but it did not work properly.
Does anyone know a solution to this?