xamarin/Xamarin.Forms

Incorrect Layout Autosizing on Orientation Change on Pages from More Tab on iOS

Offen

#2.647 geöffnet am 09.05.2018

 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

ContentPage layout doesn't autosize properly if in More tab after orientation change.

Steps to Reproduce

  1. Create blank Content Page with a background color
  2. Add enough pages to push them to the more tab in iOS.
  3. Open in page in portrait mode. Then rotate device, you will see a white space

Expected Behavior

Autosize properly when the device is rotated

Actual Behavior

Autosizes incorrectly when orientation changed.

Basic Information

  • Version with issue: 3.0.0 table
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS: 11.3
    • Android: works fine on android
  • Nuget Packages:
  • Affected Devices: Test on iPhone SE/6

Screenshots

Page outside of More tab after orientation change snip20180509_2

Page inside of More tab after orientation change snip20180509_1

Contributor Guide