Expandable Card -> Input: Keyboard translate out of screen

Hey Guys,
I have found a bug and maybe one of you that are deeper in the framework7 code can help me:

When i create an input inside an expandable card and click on it with an samsung galaxy s9 the .card element gets an “transform: translate3d();” and is out of the screen. tested on f7 v4 and v5

I have also tested it on an iphone x and there is no problem.

It would be nice if someone could give me a quick fix or point in a direction.

It is because you have enabled some input’s scrollIntoView... parameters https://framework7.io/docs/inputs.html#input-app-parameters
I will add fix in next update so it should behave correctly