xamarin/Xamarin.Forms

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

开放

#5,973 创建于 2019年4月22日

 (9 条评论) (5 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/3 :clock3:help wantedinactivep/Androidt/bug :bug:up-for-grabs

仓库指标

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

描述

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

贡献者指南