采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
安卓平台下,如果输入框不在最上方,点击输入框 屏幕会向上滚动。如图
点击输入框之后:
可以看到,内容就往上滚动了。而且选中上面的input,再选中下面的,还会继续上滚。
该如何禁止这个滚动?
为什么加 <div style="height: 6rem"></div> 这个?
在图片上面留出一点空间,不紧贴状态栏。
下面元素用 margin,去掉这个试试。
是你布局原因吧,我测试以及课程中没有遇到这种情况啊,可以提供一下代码吗?
老师,我的代码在这。麻烦您啦
<ion-content style="background-color: #EEE;"> <div style="height: 6rem"></div> <ion-avatar text-center> <img style="display: inline-block;border-radius: 100rem" width="100rem" src="./imgs/icon.png"> </ion-avatar> <ion-list style="margin: 2rem 0 0"> <ion-item> <ion-input type="text" [(ngModel)]="user.number" name="number" placeholder="账号"></ion-input> </ion-item> <ion-item> <ion-input type="password" [(ngModel)]="user.password" name="password" placeholder="密码"></ion-input> </ion-item> </ion-list> <div padding> <button ion-button block color="brand" (click)="login()">登 录</button> <button color="brand" ion-button small clear>忘记密码?</button> <button color="brand" ion-button style="float: right;" small clear>新用户注册</button> </div> </ion-content>
老师您看看...
登录后可查看更多问答,登录/注册
以HTML5移动App开发框架Ionic,开发不受平台限制的App
2.5k 9
2.0k 9
1.2k 7
991 7
1.9k 7