roubachof / Sharpnado.Tabs

Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
MIT License
479 stars 62 forks source link

[MAUI/Xamarin.Forms/Both] #92

Closed South2AK closed 4 months ago

South2AK commented 1 year ago

Platform (please complete the following information):

I´m trying to add DelayedView on a Page but all I´m getting is the activitiyindicator spinning. The content never shows.

To Reproduce

<ContentPage.Content>

        <tabs:DelayedView  UseActivityIndicator="True">
            <tabs:DelayedView.View>
                 <StackLayout>
                        <Label Text="Test" TextColor="black"/>
                  </StackLayout>

            </tabs:DelayedView.View>

        </tabs:DelayedView>
</ContentPage.Content>
roubachof commented 4 months ago

You have to load the delayed view at some point. Please read the docs.