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

[Android] ContentDialog fails to display on navigation to new page. #1951

Closed
2 of 10 tasks
BrianDT opened this issue Oct 25, 2019 · 4 comments
Closed
2 of 10 tasks

[Android] ContentDialog fails to display on navigation to new page. #1951

BrianDT opened this issue Oct 25, 2019 · 4 comments
Labels
area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts difficulty/challenging 🤯 Categorizes an issue for which the difficulty level is reachable with internals understanding help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Something isn't working platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)

Comments

@BrianDT
Copy link

BrianDT commented Oct 25, 2019

On Android when navigating to a new page if a ContentDialog shown in code triggered by the Loaded event is not displayed.

Expected behavior

The dialog should be displayed.

How to reproduce it (as minimally and precisely as possible)

A sample that reproduces the issue can be found here:
https://github.com/BrianDT/UnoDialogIssues

Nuget Package:
Uno.UI: 2.0.512-dev.3570

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms
  • Windows
  • Build tasks
  • Solution Templates

Visual Studio:

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )
@BrianDT BrianDT added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Oct 25, 2019
@jeromelaban jeromelaban added platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform and removed triage/untriaged Indicates an issue requires triaging or verification labels Oct 25, 2019
@jeromelaban jeromelaban changed the title On Android ContentDialog fails to display on navigation to new page. [Android] ContentDialog fails to display on navigation to new page. Oct 25, 2019
@jeromelaban jeromelaban added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Oct 25, 2019
@francoistanguay francoistanguay added this to the 3.1 milestone Aug 29, 2020
@agneszitte agneszitte added the project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...) label Sep 21, 2020
@jeromelaban
Copy link
Member

This issue is related to #2895, as the dialog box is closed by the previous popup being dismissed. The adjustments made to handle the loaded/unloaded events properly will fix this issue.

@jeromelaban jeromelaban modified the milestones: 3.1, 3.2 Sep 29, 2020
@jeromelaban jeromelaban removed this from the 3.2 milestone Oct 19, 2020
@jeromelaban jeromelaban added the difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. label Feb 15, 2021
@BrianDT
Copy link
Author

BrianDT commented Apr 19, 2021

Still an issue in version Uno.UI 3.6.6, sample updated.

@MartinZikmund MartinZikmund added difficulty/challenging 🤯 Categorizes an issue for which the difficulty level is reachable with internals understanding and removed difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jun 1, 2021
@davidjohnoliver davidjohnoliver added the area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts label Jan 26, 2022
@BrianDT
Copy link
Author

BrianDT commented Nov 3, 2022

Confirmed resolved in Uno 4.6.19
Sample updated to validate
Please close

@jeromelaban
Copy link
Member

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/popups 💬 Categorizes an issue or PR as relevant to popups or flyouts difficulty/challenging 🤯 Categorizes an issue for which the difficulty level is reachable with internals understanding help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Something isn't working platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
Projects
None yet
Development

No branches or pull requests

6 participants