-
Notifications
You must be signed in to change notification settings - Fork 6
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
Q&A: Do this library compatible with compose multiplatform? #30
Comments
Unfortunately I have only a little knowledge of the compose multiplatform, so this library is only jetpack compose as for now. The main component is a FullscreenPopup, which is highly tied to the android ( I will try to investigate how it would be possible 👀 Are you mainly interested in Desktop, iOS or Web? Or everything? 😄 |
Just Android and iOS. Hope this library can become "multiplatform" in the future. Thank you for your work! :) |
Thanks! I tried to throw ModalSheet to the Compose Multiplatform template project and it kinda works if used with multiplatform Popup instead of custom FullscreenPopup. But there is some work need to be done with window insets and HW back button handling 🤔 But I am really impresed that it works at least somehow 😅 Screen.Recording.2023-06-06.at.19.14.41.mov |
For multi-platform solution you can use https://composablescore.com/modal-bottom-sheet/. |
As for the title, I am really interested in this library. I just want to make sure this lib is working with compose multiplatform (from JetBrains) or only jetpack compose? Thank you.
The text was updated successfully, but these errors were encountered: