Error moving from loginscreen on iphone

I have a web app working ok. I added ios app using capacitor. When I am running the app on an Iphone I cannot get pass the login screen. Login works ok, but it cannot move to the next view.

It works fine on an IPad, also on the IPad simulator.

I sometimes get a warning: “Can’t move our portal view at the top.”
But I do not know if it has anything to do with this.
I also get these warnings:

-[RTIInputSystemClient remoteTextInputSessionWithID:textSuggestionsChanged:] Can only set suggestions for an active session. sessionID = 8CA716C7-A6BF-4181-8FB0-E97DB74D1069

-[RTIInputSystemClient remoteTextInputSessionWithID:textSuggestionsChanged:] Can only set suggestions for an active session. sessionID = 8CA716C7-A6BF-4181-8FB0-E97DB74D1069

-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID

-[RTIInputSystemClient remoteTextInputSessionWithID:textSuggestionsChanged:] Can only set suggestions for an active session. sessionID = 8CA716C7-A6BF-4181-8FB0-E97DB74D1069

Hi, i’ve just had this issue in a form where i was using an ion-textarea, and every time i clicked the button for submit the form, apparently it was clicking the ion-textarea element. I just changed that component for an ion-input and problem solved

Hey, this is quite a while ago but I’m in the same situation, did you find a workaround? Thanks