Skip to content

MAUI Map: Please provide a way to disable zoom buttons but use pinch/expand gestures #17605

@serzhikivanov

Description

@serzhikivanov

Description

Not all apps suggest buttons for zom in and out be visible while allowing users to zoom in and out. It would be great to allow for hiding +/- buttons while still allowing the user to zoom in and out with gestures.

Public API Changes

var map = new Microsoft.Maui.Controls.Maps.Map();
map.IsZoomEnabled = false;
map.ZoomGesturesEnabled = true;

Intended Use-Case

For some apps buttons +/- might not be necessary and would even spoil UI, while allowing user to zoom in and out would still be necessary.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions