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

Extra space in the toolbar of footer #16740

Closed
tjpatange opened this issue Dec 14, 2018 · 4 comments
Closed

Extra space in the toolbar of footer #16740

tjpatange opened this issue Dec 14, 2018 · 4 comments
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@tjpatange
Copy link

Bug Report

Ionic version:

4.3.0

**Current behavior:**Extra space under the toolbar of the footer

Expected behavior: No such space irrespective of screen height

Steps to reproduce:

Related code:

insert short code snippets here
<ion-footer [hidden]="selectedData.Cts == 0">
    <ion-toolbar>
      <ion-row>
        <ion-col col-2 text-center>Pcs</ion-col>
       <ion-col col-2 text-center>Cts</ion-col>
       <ion-col col-2 text-center>Disc %</ion-col>
       <ion-col col-3 text-center>Price</ion-col>
       <ion-col col-3 text-center>Amt $</ion-col>
     </ion-row>
     <ion-row>
       <ion-col col-2 text-center>{{selectedData.Pcs}}</ion-col>
      <ion-col col-2 text-center>{{selectedData.Cts}}</ion-col>
      <ion-col col-2 text-center>{{selectedData.Disc}}</ion-col>
      <ion-col col-3 text-center>{{selectedData.Price}} $</ion-col>
      <ion-col col-3 text-center>{{selectedData.Amt}} $</ion-col>
     </ion-row>
 </ion-toolbar>
</ion-footer>

Other information:

This issue is on Iphone XS or may on mobile with safe-area
Also showing the screen shot of mobile on which application is running below:

whatsapp image 2018-12-14 at 12 22 30

@tjpatange
Copy link
Author

But it is too much, on google chrome it appears proper(in the device toolbar):
localhost_8100_ iphone xs

Just see the difference between the above picture and the one provided in the
issue

@manucorporat
Copy link
Contributor

yep, @tjpatange I am sorry, my fault. I am looking into it!

@paulstelzer paulstelzer added package: core @ionic/core package type: bug a confirmed bug report and removed triage labels Dec 14, 2018
@ermamud
Copy link

ermamud commented Jan 6, 2019

I am having the same issue, I can confirm that is only happening on the iPhone X models, I already tested regular and plus iPhone models and it's not happening. Any idea on the solution timeframe?

toolbar_test

Thank you,
Ernesto

@ionitron-bot
Copy link

ionitron-bot bot commented Jan 6, 2020

Thanks for the issue! This issue is being closed due to inactivity. 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.

Thank you for using Ionic!

@ionitron-bot ionitron-bot bot closed this as completed Jan 6, 2020
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

No branches or pull requests

4 participants