Change Manifest value from controller

Hello,

I’m trying to change one particular manifest value from a controller.
I’m working in a modal, and I would like to set android:windowSoftInputMode to a different value than the one I defined in my manifest, but only for this modal.

The reason is that when I open the keyboard, the input fields that are in the bottom of the page become hidden by the keyboard.

Is there a proper way to deal with this ?

Thanks in advance.