-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[ios] Edit in-place bookmark name #11475
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
base: master
Are you sure you want to change the base?
Conversation
iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManager.mm
Outdated
Show resolved
Hide resolved
iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManagerHelper.mm
Outdated
Show resolved
Hide resolved
iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManagerHelper.mm
Outdated
Show resolved
Hide resolved
4019fd7 to
20d3fb8
Compare
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.
- Does "cancel" really cancels any edits before exiting the editor?
- Is pressing "Done" the only way to save the edited title? What if user tapped on the map?
- Let's beta test it.
Yes. The
No, not the only. If the user selects another POI, the edition will be saved (if it is not empty) |
20d3fb8 to
4e4ee99
Compare
ae771bd to
d005eb7
Compare
d005eb7 to
03b6bbd
Compare
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! LGTM, one issue is that the pen icon disappears when blue "Enter" key on the keyboard is pressed. There are a few more, but they're not critical.
03b6bbd to
74b6334
Compare
|
@kirylkaveryn please fix the long-tap behavior on the name: it should copy the name into the clipboard (and show a short toast that the name has been copied, like a long-tap on the address). We also need to separately enable long tap (if it's not enabled yet) in other relevant places. |
74b6334 to
304f960
Compare
Thanks for testing! Fixed: Simulator.Screen.Recording.-.iPhone.16e.-.2025-11-24.at.12.51.09.mov
The long taps are added to the |
The keyboard should send the target height before appearance instead of unuseful 0 Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com> # Conflicts: # iphone/Maps/UI/Storyboard/Main.storyboard # Conflicts: # iphone/Maps/UI/Storyboard/Main.storyboard
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
304f960 to
af52908
Compare




Closes iOS part of #10657
Tested on
Simulator.Screen.Recording.-.iPhone.16e.-.2025-10-03.at.18.22.38.mov
Simulator.Screen.Recording.-.iPhone.16e.-.2025-10-03.at.18.21.54.mov
Simulator.Screen.Recording.-.iPhone.16e.-.2025-10-03.at.18.51.35.mov