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 firing modal from appearing ios14 #14240

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

PureWeen
Copy link
Member

Description of Change

NavigationRenderer depends on ViewDidAppear getting called from ParentingViewController. If you push modals too early in the life cycle then ViewDidAppear is never called so the initial Navigation from loading the first page was never resolving. This wasn't an issue on shell because with shell all navigation passes through a single pipeline and that pipeline makes sure nav request don't overlap.

@PureWeen PureWeen requested a review from rmarinho March 28, 2023 16:06
@rmarinho rmarinho enabled auto-merge (squash) March 28, 2023 17:11
@rmarinho rmarinho merged commit 60c2b91 into main Mar 28, 2023
@rmarinho rmarinho deleted the fix_firing_modal_from_appearing_ios14 branch March 28, 2023 18:09
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jul 11, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2023
@Eilon Eilon removed legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-pages Page types labels May 10, 2024
@samhouts samhouts added the fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-navigation NavigationPage fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! platform/iOS 🍎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants