xamarin/Xamarin.Forms
[Bug] Carousel Page within a NavigationPage causes unwanted Margin to appear at bottom on iOS if secondary toolbar items exist.
开放
#6,858 创建于 2019年7月11日
e/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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)