xamarin/Xamarin.Forms

iOS - Icon in Detail of MasterDetail wrong after rotation

开放

#4,506 创建于 2018年11月21日

 (4 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/3 :clock3:help wantedi/highinactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

We have a MasterDetailPage that is set to SplitOnLandscape. The detail page is a navigation page. If we add a page to the detail navigation stack, rotate the device, then use the back arrow in the detail page the icon in the detail is off. If you off in landscape, upon rotation to portrait and going back the icon will be gone entirely. if you started in portrait upon rotation and going back a hamburger icon will appear.

Steps to Reproduce

  1. Create MasterDetailPage with navigation page in detail
  2. push new page in detail navigation page
  3. rotate the device and go back.

Expected Behavior

No icon should be visible when in landscape and a Hamburger should be available in portrait

Actual Behavior

No icon in portrait and hamburger in landscape

Screenshots

image from ios

贡献者指南