You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using NavigationPage to transition from Page1 to Page2, return from Page2 to Page1.
Flickering occurs when returning from Page2 to Page1.
I tried transitioning using the same layout in Xamarin.Forms and .NET MAUI.
The video was tested on Android.
(As for iOS, the build environment has not been prepared, so it cannot be verified.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The layout of the page is as follows.
Page1 layout:
Page2 layout:
Button_Click event on Page1:
Button_Click event on Page2:
After using NavigationPage to transition from Page1 to Page2, return from Page2 to Page1.
Flickering occurs when returning from Page2 to Page1.
I tried transitioning using the same layout in Xamarin.Forms and .NET MAUI.
The video was tested on Android.
(As for iOS, the build environment has not been prepared, so it cannot be verified.)
[Xamarin.Forms]
Android.Emulator.-.pixel_2_-_api_30_5554.2023-03-10.11-06-22.mp4
[.NET MAUI]
Android.Emulator.-.pixel_2_-_api_30_5554.2023-03-10.11-08-34.mp4
No flickering in Xamarin.Forms but flickering in .NET MAUI.
This flickering makes users feel uncomfortable.
I would like to reduce this flickering if possible.
Any good ideas? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions