xamarin/Xamarin.Forms

[Bug] Navigation to a route relatively currently doesn't work with Shell

Offen

#6.096 geöffnet am 05.05.2019

 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/shell :shell:e/4 :clock4:help wantedt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Steps to Reproduce

  1. create two flyout items for example as i created:

<FlyoutItem Route="WelcomeFlyout"> <ShellContent Route="Welcome" ContentTemplate="{DataTemplate page:WelcomePage}" /> </FlyoutItem> <FlyoutItem Route="RegisterFlyout"> <ShellContent Route="Register" ContentTemplate="{DataTemplate page:RegisterPage}" /> </FlyoutItem> 2. from first shellcontent page try to: Shell.Current.GoToAsync("Register",false); it will give Timeout exceeded exception in main,cs

Expected Behavior

as it was in all pre-releases<10 it should navigate to the register page

Actual Behavior

exception

Basic Information

  • Version with issue: pre 10 Last known good version: pre 9
  • IDE: vs2019 for windows
  • It happenes for both:
    • iOS
    • Android

Contributor Guide