[Fix] - Disable ScreenWrapper minHeight for safari browser#32460
Merged
Conversation
Contributor
|
Does this require a C+ review and checklist? @luacmartins |
getusha
reviewed
Dec 5, 2023
Contributor
@c3024 yes please |
luacmartins
approved these changes
Dec 5, 2023
Contributor
|
Reviewing |
Contributor
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 |
luacmartins
approved these changes
Dec 5, 2023
74 tasks
Contributor
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.9-0 🚀
|
1 similar comment
Contributor
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.9-0 🚀
|
6 tasks
This was referenced Dec 8, 2023
Contributor
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.9-5 🚀
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR addresses regressions observed on mobile Safari (issues #31134 and #32383) resulting from the introduction of the
minHeightprop in theScreenWrapper. The proposed solution aims to enhance stability and consistency across platforms by selectively disabling the application ofminHeighton Safari.Fixed Issues
$ #17866
$ #31134
$ #32383
PROPOSAL: #17866 (comment)
Tests
Offline tests
Same Steps
QA Steps
Test 1 :
Test 2 :
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.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