Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
If Model is null when the page is first navigated to but subsequently asynchronously updated and Bindings.Update() is called then the layout/sizing of the view box content is not updated correctly and no text is visible.
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
Launch the project in iOS/WASM/UWP, click Login and then go to BusinessPage. Notice that after the page loads it says Singulink in the title bar area. On Android the text inside the ViewBox never shows up:
Current behavior
If you have something like:
If
Model
is null when the page is first navigated to but subsequently asynchronously updated andBindings.Update()
is called then the layout/sizing of the view box content is not updated correctly and no text is visible.Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
Test project: https://github.com/mikernet/UnoTest2
See the
ViewBox
here: https://github.com/mikernet/UnoTest2/blob/8f15695a6659a493b664cfb1ceaed0fb7d1ff864/Source/UnoTest.Shared/Pages/BusinessPage.xaml#L24Launch the project in iOS/WASM/UWP, click
Login
and then go toBusinessPage
. Notice that after the page loads it saysSingulink
in the title bar area. On Android the text inside theViewBox
never shows up:Workaround
No response
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
3.11.0-dev.210, 3.11.6, 4.x-dev.latest
Affected platforms
Android
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response