This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] TabView iOS displays all content on Initial load. #1994
Labels
bug
Something isn't working. Breaky break.
Description
TabView for iOS displays all content on initial load. As you can see in the image below, I have 3 tabs, but all the content is displayed at once. If I navigated away and then back again it is displayed as I would expect.
Suspect that the custom renderer is doing something at the wrong time and something has changed the newer Xamarin Forms versions that have altered the time of events, thus causing this to break.
Steps to Reproduce
Expected Behavior
Each TapViewItem should be contained in its own ViewSet and should not be visible unless that tab is selected.
Actual Behavior
All tab Items are dispalyed at once, overlapping each other
Basic Information
Workaround
Reproduction imagery
The text was updated successfully, but these errors were encountered: