Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ionic android web not resize when keyboard shows up #150

Open
coolara opened this issue Jul 1, 2020 · 0 comments
Open

ionic android web not resize when keyboard shows up #150

coolara opened this issue Jul 1, 2020 · 0 comments

Comments

@coolara
Copy link

coolara commented Jul 1, 2020

  "cordova-android": "^6.4.0",
  "@ionic/angular": "^5.2.2",
  "@ionic-native/keyboard": "^5.26.0",```
```<ion-list>
    <ion-item>
      <ion-label position="fixed">
        <ion-icon slot="start" color="primary" name="person"></ion-icon>
        账号
      </ion-label>
      <ion-input placeholder="请输入账号" [(ngModel)]="user.name"></ion-input>
    </ion-item>
    <ion-item>
      <ion-label position="fixed">
        <ion-icon slot="start" color="primary" name="lock-closed"></ion-icon>
        密码
      </ion-label>
      <ion-input type="password" placeholder="请输入密码" [(ngModel)]="user.pwd"></ion-input>
    </ion-item>
  </ion-list>```
@coolara coolara changed the title ionic android content not push when keyboard show ionic android web not resize when keyboard shows up Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant