Textarea, autofocus, and resizing

I have a textarea with the autofocus attribute and I was getting some weirdness. I disabled the autofocus, and now it sort of behaves better, but I notice the ion-content gets resized when I focus on the text area. I assume this resize is to make room for the virtual keyboard. However I am testing on chrome with ripple and there is no virtual keyboard and it looks weird. Also, what about devices that have a hardware keyboard, does it still resize? If so, I don’t think that is a good experience.