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

container size not same on iOS and android #325

Closed
avinashk369 opened this issue Jan 22, 2022 · 5 comments
Closed

container size not same on iOS and android #325

avinashk369 opened this issue Jan 22, 2022 · 5 comments
Labels

Comments

@avinashk369
Copy link

container size is different in iOS.
see container with text "Online personal training pack" in iOS and android screenshot.

SliverAppBar( expandedHeight: MediaQuery.of(context).size.height * .58.h, floating: false, pinned: true, flexibleSpace: FlexibleSpaceBar( collapseMode: CollapseMode.pin, title: Text( myTitle, style: kLabelStyle.copyWith( fontSize: 16, ), ), background: TrainerCheckoutHeader( trainerModel: trainerModel, bookingDate: widget.data['booking_date'], triningSlot: widget.data['slot'], ), ), ),
Simulator Screen Shot - iPhone 13 - 2022-01-22 at 10 39 52
WhatsApp Image 2022-01-22 at 10 40 29 AM

@lizhuoyuan
Copy link
Collaborator

You mean the font size is different? It does vary a bit on different phones

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 24, 2022
@github-actions
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@paul-lilac
Copy link

Not the font size, check the spacing under Online button, same spacing but different on android and ios

@Akshaykakkodi
Copy link

same issue, ios have extra space on bottom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants