We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any plans to make Modifier.zoomablePeekOverlay() multiplatform?
The text was updated successfully, but these errors were encountered:
I'd like to! Migrating the overlay to use a Popup()/Dialog() could potentially unlock iOS and other targets. Wanna help me out?
Popup()
Dialog()
telephoto/zoomable-peek-overlay/src/main/kotlin/me/saket/telephoto/zoomable/RealZoomablePeekOverlayState.kt
Lines 81 to 82 in d7b19d4
Sorry, something went wrong.
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
No branches or pull requests
Are there any plans to make Modifier.zoomablePeekOverlay() multiplatform?
The text was updated successfully, but these errors were encountered: