Frame content does not render when using FeatureConfiguration.Frame.UseWinUIBehavior on android #18401
Labels
area/porting 🖨️
Categorizes an issue or PR as relevant for porting of WinUI code
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/bug
Something isn't working
Current behavior
Frame content does not render when setting
FeatureConfiguration.Frame.UseWinUIBehavior = true;
.Expected behavior
Content should get rendered.
How to reproduce it (as minimally and precisely as possible)
FeatureConfiguration.Frame.UseWinUIBehavior = true;
, Test Button is not visible.FeatureConfiguration.Frame.UseWinUIBehavior = true;
and the Test Button is visible.UnoApp1.zip
Workaround
Have not found any workarounds yet.
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
No response
Affected platforms
Android
IDE
Visual Studio 2022
IDE version
17.11.4
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: