Xamarin.forms: [Bug] Shell is showing hamburger menu icon on tab navigation

Created on 23 Oct 2019  路  4Comments  路  Source: xamarin/Xamarin.Forms

Description

I'm using the Shell in my Xamarin.Forms application only with a TabBar. On the first navigation between the tabs the hamburger menu icon is shown.

Steps to Reproduce

  1. Create a new solution using the Shell template of Visual Studio
  2. Update to Xamarin.Forms 4.3
  3. Deploy application to Android

Expected Behavior

Hamburger menu icon is not shown during the navigation.

Actual Behavior

Hamburger menu icon is show during the first navigation.

Basic Information

  • Version with issue: 4.3.0.908675
  • Last known good version: 4.2.0.910310
  • IDE: Visual Studio 2019 16.3.6
  • Platform Target Frameworks:

    • Android: 9.0

  • Android Support Library Version: 28.0.0.3
  • Affected Devices: Nokia 7 Plus

Screenshots

XamarinFormsShell

shell regression Android bug

All 4 comments

Hi Team,
I've tested this and it is currently breaking as described in this issue. I found this is due to the same reason (Effective value of Flyout is being considered as default before the content page is rendered) and the same is described by here: https://github.com/xamarin/Xamarin.Forms/issues/7985#issuecomment-542461011

This issue is related to #7985 and I strongly believe will be fixed by the PR #8135
@PureWeen Would you mind testing this use-case with your fix?

Thanks!

If this is really fixed by #8135 then we should be able to verify that with the new 4.3 service release :)

@tsjdev-apps would you be able to confirm this?

Hi @jfversluis,

thanks for the reply. I just tested once again with my own application and the template. And it is working with the latest Xamarin.Forms version 4.3.0.947036.

I will close that issue now.

Thank you for verifying it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Giorgi picture Giorgi  路  99Comments

EdoardoCinelli picture EdoardoCinelli  路  92Comments

juepiezhongren picture juepiezhongren  路  66Comments

hartez picture hartez  路  59Comments

hartez picture hartez  路  55Comments