On Android device, when navigating back by calling Shell.Current.Navigation.PopAsync(true) with animation, it is causing quick blink on the device.
Should have a smooth navigation experience.
The pop step gets blink on Android.
As it is a blink issue, I cannot provide screenshots.
I can confirm this and it duplicates the following issues:
**#9300 - Xamarin shell navigation flickering on back press
Seems to be the same as https://github.com/xamarin/Xamarin.Forms/issues/8581
disable animation
Shell.Current.Navigation.PopAsync(animated: false)
I did take out of the animation by setting the animated to false.
please solve this problem. I can not put the application in production
I have also found the blink issue occurs for "Shell.Current.GoToAsync()" with animated 'true' and 'false'.
Please check my comment on https://github.com/xamarin/Xamarin.Forms/issues/8581.
[Shell] navigation - flickering #5755 as of 29 March 2019
Most helpful comment
I can confirm this and it duplicates the following issues:
**#9300 - Xamarin shell navigation flickering on back press
8581 - [Bug] Shell application flickering on back navigation**