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(ios): Nested modals #10448

Open
wants to merge 600 commits into
base: main
Choose a base branch
from
Open

Conversation

farfromrefug
Copy link
Collaborator

we can now show modal on top of each other
it will even work if a dialog is showing

Screen.Recording.2023-11-24.at.11.13.10.mov

NathanWalker and others added 30 commits May 13, 2022 23:01
# Conflicts:
#	packages/core/application/index.ios.ts
#	packages/core/index.ts
…for example to fake disabled state while allowing touch)
This will allow to test for `isLoaded` and deffer heavy operations on backStack pages
launchEvent is not triggered at the same moment on iOS and Android. iOS is firing after setting the rootView while Android is firing before.
Consequently if you need an event for when the rootView is set (to read/write root css variables) you need such event
…le to access the `ns-root` class which comply with css specs (for example to read root css variables)
on iOS as the UILayoutViewController can be used for other widget we need to let it know it is for modal so that it still loads/unloads the view (there was a test for parent).
# Conflicts:
#	packages/core/ui/transition/page-transition.android.ts
@cla-bot cla-bot bot added the cla: yes label Nov 24, 2023
farfromrefug added a commit to nativescript-community/ui-material-components that referenced this pull request Nov 24, 2023
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.

None yet

8 participants