xamarin/Xamarin.Forms

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

Ouverte

#6 858 ouverte le 11 juil. 2019

 (6 commentaires) (1 réaction) (0 personne assignée)C# (1 926 forks)batch import
e/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur