Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

SideMenu cannot be opened/closed using swipe gesture #128

@gentledepp

Description

@gentledepp

Plan: Swipe-from-Left Gesture to Open/Close SideMenu

Context

Currently, the SideMenu (global, in ShellView) can only be opened via button taps in the
NavigationBar. There is no gesture-based opening or closing. The goal is to add Android/iOS/Windows-style swipe gesture support:

  • Swipe-to-open: Drag from left edge to reveal the side menu or pane
  • Swipe-to-close: Drag the open pane back to the left to dismiss it
  • Input: Both touch and mouse (mouse useful for desktop testing)
  • Platforms: Android, iOS, Windows (all platforms)

Both SideMenu use Avalonia's SplitView control under the hood, controlled via OpenPaneLength and IsPaneOpen properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions