Skip to content
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(mobile): native dialog location #14730

Merged
merged 1 commit into from
Dec 16, 2024
Merged

fix(mobile): native dialog location #14730

merged 1 commit into from
Dec 16, 2024

Conversation

alextran1502
Copy link
Contributor

@alextran1502 alextran1502 commented Dec 16, 2024

Fixes #14691

Tested on mobile, tablet in both landscape and vertical view

sharePositionOrigin: box!.localToGlobal(Offset.zero) & box.size,
sharePositionOrigin: Rect.fromPoints(
Offset.zero,
Offset(size.width / 3, size.height),
Copy link
Contributor

Choose a reason for hiding this comment

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

What happens if this is a fractional number?

@alextran1502 alextran1502 merged commit c7b44be into main Dec 16, 2024
38 of 39 checks passed
@alextran1502 alextran1502 deleted the fix-14691 branch December 16, 2024 20:26
yosit pushed a commit to yosit/immich that referenced this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS app OS-native share prepares share dialog off-screen
2 participants