xamarin/Xamarin.Forms

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

オープン

#5,973 opened on 2019/04/22

 (9 件のコメント) (5 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
e/3 :clock3:help wantedinactivep/Androidt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド