I am still facing scrolling issue on input textbox as i am not able to scroll through textbox also my page doesn’t scroll when i tap on the input text and keyboard keyboard will pop out keyboard hides textboxes placed at the bottom of the pages, i am expecting that this issue will get fixed in the beta version of ionic but it still persist. Could anyone tell us fix for this issue.
<ion-content has-header="true">
<div class="list">
<label class="item item-input">
<input type="text" placeholder="First Name">
</label></div>
</ion-content>