xamarin/Xamarin.Forms

[Bug] Carousel Page within a NavigationPage causes unwanted Margin to appear at bottom on iOS if secondary toolbar items exist.

Aberta

#6.858 aberto em 11 de jul. de 2019

 (6 comentários) (1 reação) (0 responsável)C# (1.926 forks)batch import
e/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Métricas do repositório

Stars
 (5.644 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description

Was working fine before changing to a carousel page. It's OK in Android. Structure is CarouselPage->ContentPage->Grid->ListView <Grid.RowDefinitions> <RowDefinition Height="*" />(ListView) <RowDefinition Height="Auto" />(Input bar) </Grid.RowDefinitions>

Expected Behavior

Input bar sits at bottom of screen because first grid row is * height.

Actual Behavior

Input bar sits above bottom of screen.

  • Version with issue: 4.1.555618
  • Last known good version:N/A
  • IDE: Visual Studio 2017
    • iOS: 12.0
    • Android: N/A
  • Affected Devices:iPhone 8 (real and simulator)

Repro

CarouselPageDemo.zip

Guia do colaborador