Skip to content
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

Open
JosephHarvey-Xamarin opened this issue Oct 25, 2023 · 0 comments
Open

[Bug] TabView iOS displays all content on Initial load. #1994

JosephHarvey-Xamarin opened this issue Oct 25, 2023 · 0 comments
Labels
bug Something isn't working. Breaky break.

Comments

@JosephHarvey-Xamarin
Copy link

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

  1. Make TabView
  2. Make TabViewItems (3)
  3. Run on iOS.

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

  • Version with issue: 2.0.6
  • Last known good version:
  • IDE: VS 2022
  • Platform Target Frameworks:
    • iOS: 16.4.0.18

Workaround

Reproduction imagery

image

@JosephHarvey-Xamarin JosephHarvey-Xamarin added the bug Something isn't working. Breaky break. label Oct 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working. Breaky break.
Projects
None yet
Development

No branches or pull requests

1 participant