Android windowSoftInputMode to avoid hiding inputs

Is there a way to avoid the android keyboard hiding my active gooey input field by pushing everything upwards?
I tried adding the android:windowSoftInputMode=“adjustResize” in the dynamo.com.dynamo.android.DefoldActivity in manifest but it didn’t help

This would only work for a normal Java Android app UI. For a UI such as Gooey which is implemented inside a game engine it won’t work. You need to shift your content upwards yourself.