Xamarin表单:在Android上切换多个导航堆栈并不顺畅

时间:2016-08-03 18:31:55

标签: android xamarin xamarin.forms

我在App.xaml.cs

中有两个导航页面
public static NavigationPage Stack1 {get; set;}
public static NavigationPage Stack2 {get; set;}

最初MainPage设置为Stack1并在应用中的某处,我切换堆栈并将MainPage设置为Stack2。在iOS上,人眼看不到这种转变,但在Android(API 23)上,我在交换堆栈时看到白色闪光。

有没有办法解决这个问题?

0 个答案:

没有答案