答案 0 :(得分:1)
由Template10团队解决。 dg2k。 一切都很好。 只需将ExistingContent.Exclude更改为ExistingContent.Include,即公共覆盖UIElement CreateRootElement(IActivatedEventArgs e)(App.xaml.cs)中的以下行。
public override UIElement CreateRootElement(IActivatedEventArgs e)
{
...
var navService = NavigationServiceFactory(BackButton.Attach, ExistingContent.Include);
...
}