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

Page content not showing when navigation happens in background #21419

Open
markusroessler opened this issue Mar 25, 2024 · 5 comments
Open

Page content not showing when navigation happens in background #21419

markusroessler opened this issue Mar 25, 2024 · 5 comments
Labels
area-navigation NavigationPage delighter migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@markusroessler
Copy link

Description

When the initial NavigationPage navigation happens while the app is in background, the page content is not showing.
affected Versions: 8.0.14 / 8.0.20-nightly.10336
related to #21113

Steps to Reproduce

sample app:
https://github.com/markusroessler/MauiBackgroundNavigation/tree/main/MauiBackgroundNavigation

Link to public reproduction project repository

No response

Version with bug

Nightly / CI build (Please specify exact version)

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 10

Did you find any workaround?

No response

Relevant log output

No response

@markusroessler markusroessler added the t/bug Something isn't working label Mar 25, 2024
@jaosnz-rep
Copy link

Verified on 8.0.10/ 8.0.14 / 8.0.20-nightly.10336, can repro this issue on Android platform with sample project.

@jaosnz-rep jaosnz-rep added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed potential-regression This issue described a possible regression on a currently supported version., verification pending labels Mar 25, 2024
@rmarinho
Copy link
Member

@PureWeen do we have anything tracking this issue?

@rmarinho rmarinho added migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/android 🤖 and removed potential-regression This issue described a possible regression on a currently supported version., verification pending labels Mar 25, 2024
@rmarinho
Copy link
Member

Hey @markusroessler why wouldn't you do ? Seems creating the empty navigation doesn't make to much sense.

new NavigationPage(new MainPage())

@markusroessler
Copy link
Author

@rmarinho We use a MVVM framework that takes control of navigation after we initialized the empty NavigationPage. So the initial page is also set by the framework.

@markusroessler
Copy link
Author

@rmarinho any news on this? We are currently migrating several XF apps to MAUI and this issue hinders us from completing the migration.

@mattleibow mattleibow added the area-navigation NavigationPage label May 15, 2024
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jun 5, 2024
@samhouts samhouts removed s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 3, 2024
@samhouts samhouts added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-navigation NavigationPage delighter migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants