This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] Shapes not loading in Xamarin ShellContent Tab once it is navigated back from other Tab #11924
Labels
a/shapes
a/shell 🐚
e/3 🕒
3
in-progress
This issue has an associated pull request that may resolve it!
t/bug 🐛
Milestone
Shapes not loading in Xamarin ShellContent Tab once it is navigated back from other Tab
Steps to Reproduce
[ ]
Expected Behavior
Shape Should render
Actual Behavior
Shape is not rendering
Basic Information
Shape is rendering Xamarin Shell only by InitializeComponent()
Screenshots
Reproduction Link
Workaround
Create Shape from Code Behind and insert it into layout OnAppearing()
public partial class HomePage : ContentPage
{
Int16 init = 0;
public HomePage()
{
The text was updated successfully, but these errors were encountered: