xamarin/Xamarin.Forms

IsGestureEnabled="False" disables side menu completely on Android [Bug]

Open

#5,973 opened on Apr 22, 2019

 (9 comments) (5 reactions) (0 assignees)C# (1,926 forks)batch import
e/3 :clock3:help wantedinactivep/Androidt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

Setting IsGestureEnabled="False" disables the side menu (Master Page) on Android completely, if you press on the hamburger button nothing happens.

Steps to Reproduce

  1. In the project create the MasterDetail page
  2. Set IsGestureEnabled="False"

Expected Behavior

This should disable the gesture, but not the menu itself

Actual Behavior

This disables the menu that ti can't be presented in any way.

Basic Information

  • Version with issue: 3.6.0.344457
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android: 9.0
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

Contributor guide