dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22k stars 1.72k forks source link

Android: UI elements disappear when showing page, the 2nd time #10108

Closed jbe2277 closed 2 years ago

jbe2277 commented 2 years ago

Description

On Android the UI elements from the TabbedPage disappear when showing the page, the 2nd time: maui-android-issue

On Windows it works correct: maui-windows-works

Xamarin: This App worked correct on Xamarin 5. The issue occurs just after migration to Maui.

Steps to Reproduce

Link to public reproduction project repository

https://github.com/jbe2277/waf/tree/69803cef490970a344c370616021464f59ae201d

Version with bug

6.0.486 (current)

Last version that worked well

Maui: Unknown/Other Xamarin: 5

Affected platforms

Android

Affected platform versions

Android 12

Did you find any workaround?

No

Relevant log output

No response

PureWeen commented 2 years ago

Duplicate