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

Keyboard issue on iOS #10403

Closed
ix-xerri opened this issue Feb 11, 2017 · 2 comments
Closed

Keyboard issue on iOS #10403

ix-xerri opened this issue Feb 11, 2017 · 2 comments

Comments

@ix-xerri
Copy link

ix-xerri commented Feb 11, 2017

Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x

I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

There seems to be an issue when developing an input text in the footer on iOS. The issues are 2:

  • The styling is not as good as android.
  • You have to start typing before the screen scroll to the bottom. Unless you type the display will show the top view of the page.

This is the code for the input field on a simple chat application

<ion-footer>
  <ion-toolbar>
    <ion-row>
      <ion-col width-10>
          <ion-spinner *ngIf="!chats"></ion-spinner>
      </ion-col>
      
      <ion-col width-70 [hidden]="!chats">
          <ion-input type="text"  placeholder="Enter Message"
              [(ngModel)]="message">
          </ion-input>
      </ion-col>
      <ion-col width-20 [hidden]="!chats">
          <button ion-button full (click)="sendMessage()"><ion-icon name="send"></ion-icon></button>
      </ion-col>
    </ion-row>    
  </ion-toolbar>
</ion-footer>

If I remove the margin from .button-ios it is correctly displayed.

@jgw96
Copy link
Contributor

jgw96 commented Feb 13, 2017

Hello, I am going to close this issue as a duplicate of #9199

@jgw96 jgw96 closed this as completed Feb 13, 2017
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 4, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants