-
Notifications
You must be signed in to change notification settings - Fork 16
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
Patch TabNavigation and AppBar so they render within the viewport in iOS #114
base: main
Are you sure you want to change the base?
Conversation
6ed0ee6
to
f0651f3
Compare
Updated this PR, set the style changes to only apply if the components are part of a responsive web app. |
@enzomonjardin can we remove the TabBar Navigation changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the Tab Navigation changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
#Problem
Certain components are rendering with some issues on iOS
#Solution
Patches components with issues for iOS
#Notes
The changes to TabNavigation might not be needed after merging https://github.com/AdaloHQ/backend/pull/946 , since it addresses some issues when calculating fixed element positions.