-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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/request map cut off #27574
Fix/request map cut off #27574
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - ChromeMobile Web - Safarimweb.safari.movDesktopdesktop.moviOSAndroid |
Looks like there is a bug in your PR so I don't see the map on android chrome, without your changes it also happens, could you update your branch Nagranie.z.ekranu.2023-09-18.o.13.27.44.mov |
@ArekChr branch is synced. do i need to test in all screens again? |
@ArekChr tested android web chrome and android native again. screenshots attached. Screenshots/VideosMobile Web - Chromeandroid002.mp4Androidandroid001.mp4 |
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.
Thanks for the video! native is not needed as the .web
file has been modified only. looks good to me!
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.
Great thanks!
changed also linting related issue. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.72-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.72-11 🚀
|
Details
With ResizeObserver it is possible to detect size changes on the canvas container of map.When there is change in container , resize() function of mapRef calling to fit into container.
Fixed Issues
$ #26540
PROPOSAL: #26540 (comment)
Tests
2.Click green plus, request money, distance, enter start and finish addresses
3.Click next
4.Go offline.
6.Go back to the page with the map
Offline tests
2.Click green plus, request money, distance, enter start and finish addresses
3.Click next
4.Go offline.
6.Go back to the page with the map
QA Steps
2.Click green plus, request money, distance, enter start and finish addresses
3.Click next
4.Go offline.
6.Go back to the page with the map
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)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
Web
web.mp4
Mobile Web - Chrome
mobile_chrome.1.mp4
Mobile Web - Safari
mobile_safari.1.mp4
Desktop
desktop.mp4
iOS
Screen.Recording.2023-09-16.at.11.49.10.mp4
Android
android.mp4