ion-content在IOS下被挤出视图
<ion-view style="" class=" " hide-tabs="true" id="login" title="产品意见反馈" ng-init="init()"><ion-content class="has-header product_feedback">
<form action="" id="myform1" name="myform1">
<input type="text" placeholder="标题:" ng-model="feedback.title" required maxlength="30"/>
<textarea name="" rows="20" cols="" placeholder="请告诉我们您对产品有什么好的意见和建议" ng-model="feedback.contents" maxlength="300"></textarea>
<input type="tel" placeholder="联系方式:" ng-model="feedback.contact" maxlength="30"/>
<a class="button button-energized button-full" ng-click="onFeedback(myform1.$valid)">提交</a>
</form>
</ion-content>
</ion-view>
textarea在iPhone5c上获取焦点后被挤压到视图顶部,连ion-nav-bar都被挤上去了是怎么回事啊?
页:
[1]