This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] iOS TabView: part of the content is not displaying on the page #1960
Labels
bug
Something isn't working. Breaky break.
Description
I have an App in XamarinForms that has a MainPage ContentPage with four bottom tabs from TabView CommunityToolkit. The last bottom tab (Tab4) has xct:TabView inside with three more tabs in the top (TopTab1, TopTab2 and TopTab3).
The TopTab4 is a ContentView with a ScrollView.
When I navigate to the Tab4 (last bottom tab), then to Tab1 (or Tab2 or Tab3) and back to Tab4, the content in the top and the bottom of the TopTab1 are not appearing.
It only happens on iOS.
Steps to Reproduce
Expected Behavior
The layout of TopTab1 should stay the same when you first navigate to it. The content should be the same even after multiple navigations.
Actual Behavior
The layout of TopTab1 in one of my projects which contains a ScrollView the bottom and the top of the page are cropped. In another test project some kind of zoom in is applied to the TopTab1 layout.
Basic Information
Workaround
Not yet.
Reproduction imagery
The text was updated successfully, but these errors were encountered: