Ion-input in modal with Ios move to right

Hi, I have a problem with the input field in Ios. If i put the focus in one ion-input and scroll down/up move the field to the right. Finded that when i do this the ion-input element add a transformt property to the field. This is only in ios in a modal. What can I do?

I found the solution. The problen was that the ion-input was next to ion-label without ion-item…