Huge textarea moves up out of screen in modal

I have a modal only containing a textarea of 30 rows.

When I click on the textarea, this one moves up in order to be above the keyboard.

It’s very annoying since the main top area of the textarea gets out of screen.

I already have this configured: cordova.plugins.Keyboard.disableScroll(true);
but without any effect on this issue.

How to fix it?

Thanks a lot

Do you have a screenshot of this?

Just imagine the content visible of the textarea totally empty because the cursor is at the level of the header… So a blank screen with the keyboard opened and a cursor at the very top.

Hi Mik378,

I also have the same problem. Did u already find any solution for it?

Thank you…