Skip to content

Conversation

@Mati365
Copy link
Member

@Mati365 Mati365 commented Mar 6, 2025

Suggested merge commit message (convention)

Internal (link): Fix not working link toolbar on iOS. Closes #18023


Additional information

Before

ios-linking-experience-problem-2025-03-03_13.33.12.mp4

After

ios-linking-experience-problem-v2-2025-03-03_13.51.22.mp4

@Mati365 Mati365 requested a review from niegowski March 6, 2025 10:12
@Witoso
Copy link
Member

Witoso commented Mar 7, 2025

Tested on my device, imho good enough fix for now, clicking at the end of the link still works, clicking on the link shows toolbar, and Apple native selection handler, but this one is easily discardable with a second tap.

@Mati365 Mati365 marked this pull request as ready for review March 11, 2025 14:21
@Mati365 Mati365 requested a review from niegowski March 11, 2025 14:27
if ( isLinkElement( targetViewElement ) ) {
linkElement = targetViewElement;
} else {
linkElement = targetViewElement.getAncestors().find( isLinkElement ) as ViewElement | null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be an abstract 2scm element, not a link specific.

@Mati365 Mati365 marked this pull request as draft March 18, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS, regression] Unable open balloon with link options for an existing link

4 participants