Skip to content

Multiplatform support for Modifier.zoomablePeekOverlay() #136

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

Open
fethij opened this issue Mar 26, 2025 · 2 comments
Open

Multiplatform support for Modifier.zoomablePeekOverlay() #136

fethij opened this issue Mar 26, 2025 · 2 comments
Labels

Comments

@fethij
Copy link

fethij commented Mar 26, 2025

Are there any plans to make Modifier.zoomablePeekOverlay() multiplatform?

@saket
Copy link
Owner

saket commented Mar 27, 2025

I'd like to! Migrating the overlay to use a Popup()/Dialog() could potentially unlock iOS and other targets. Wanna help me out?

// Note to self: other alternatives considered:
// - Dialog: animation weren't very smooth for some reason.

@saket
Copy link
Owner

saket commented Apr 4, 2025

Looks like this is held up by compose ui -- Dialog() does not support edge-to-edge content yet: https://issuetracker.google.com/issues/246909281.

Additionally, this bug in Popup() could also be a blocker: https://issuetracker.google.com/issues/408364832

@saket saket added the blocked label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants