When not in use shell, no way to change the animation effect of the NavigationPage 。 #19579
Labels
area-controls-shell
Shell Navigation, Routes, Tabs, Flyout
platform/android 🤖
s/needs-repro
Attach a solution or code which reproduces the issue
t/bug
Something isn't working
Description
when i use shell, it can't designed the effect of immersive statusbar in android ,because the control cannot be placed at the top,see #19549 ,when i use navigation page, no way to change the animation effect of the navigationpage in android,.
Do you have a perfect solution??
Is this really a released product????????
Isn't the excessive animation translation and immersive status bar of Android's a normal requirement? Why is it so difficult to set up
in xamarin it works like this.
public class AppnNavigationPageRenderer: NavigationPageRenderer
{
public AppnNavigationPageRenderer(Context context):base(context)
{
}
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: