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

[WIP] Attempting to use ion-modal to replace md-dialog - add server dialog only #2287

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniellacosse
Copy link
Contributor

@daniellacosse daniellacosse commented Nov 22, 2024

Not finished styling, but it works on iOS 15.0 as expected:

Screenshot 2024-11-21 at 9 53 46 PM

The main complication here is that <ion-modal>, when presented, removes itself from its parent and injects itself into the <body>:

Screenshot 2024-11-21 at 9 51 35 PM

Unless there is a way to configure this that I am missing, this means I will have to refactor the app somewhat to accommodate this behavior. Find a way to manage the styles and behavior outside of the <app-root> in a reasonable way (the code you see here is just an exploration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant