-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Fix] - Disable ScreenWrapper minHeight for safari browser #32460
Conversation
Does this require a C+ review and checklist? @luacmartins |
@c3024 yes please |
Reviewing |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-12-06.at.12.18.25.AM.movAndroid: mWeb ChromeScreen.Recording.2023-12-06.at.12.27.33.AM.moviOS: NativerequestiOSApp.moviOS: mWeb SafarisafariZoom.movMacOS: Chrome / SafarichromeZoom.movMacOS: DesktopelectronZoom.mov |
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
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.9-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.9-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.9-5 🚀
|
Details
This PR addresses regressions observed on mobile Safari (issues #31134 and #32383) resulting from the introduction of the
minHeight
prop in theScreenWrapper
. The proposed solution aims to enhance stability and consistency across platforms by selectively disabling the application ofminHeight
on Safari.Fixed Issues
$ #17866
$ #31134
$ #32383
PROPOSAL: #17866 (comment)
Tests
Offline tests
Same Steps
QA Steps
Test 1 :
Test 2 :
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
CleanShot.2023-12-05.at.01.16.01.mp4
Android: mWeb Chrome
CleanShot.2023-12-05.at.01.01.48.mp4
iOS: Native
CleanShot.2023-12-05.at.00.50.48.mp4
iOS: mWeb Safari
CleanShot.2023-12-05.at.00.53.59.mp4
MacOS: Chrome / Safari
CleanShot.2023-12-05.at.00.53.00.mp4
MacOS: Desktop
CleanShot.2023-12-05.at.00.58.49.mp4