Textfield Scroll Problem

Hello everybody. I have a problem. View scroll to bottom when I tapped input or textarea. Video is here.

Code


<ion-content class="has-header"> <div class="item item-input" style="border: 1px solid lightgrey; width: 95%; text-align: left;"> <textarea rows="3" placeholder="Konu yazınız..." ng-model="todo.tktx"></textarea> </div> </ion-content>


How can i fix this problem. Please help me!

Thanks in advance…