---
title: "Enable Pinch to Zoom in Microsoft Edge on Ubuntu Linux"
url: https://daily.dev/posts/enable-pinch-to-zoom-in-microsoft-edge-on-ubuntu-linux-pavhmksux
source_url: https://nodogmablog.bryanhogan.net/2025/07/enable-pinch-to-zoom-in-microsoft-edge-on-ubuntu-linux
type: article
source: "No Dogma Blog (Bryan Hogan)"
published: 2026-05-31T07:47:02.458Z
updated: 2026-05-31T08:44:22.203Z
tags: ["linux", "ubuntu", "microsoft-edge"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable Pinch to Zoom in Microsoft Edge on Ubuntu Linux

**[No Dogma Blog \(Bryan Hogan\)](https://daily.dev/sources/bryanhogan)** · 1 min read · 0 upvotes · 0 comments

## Summary

Pinch-to-zoom via touchpad or touchscreen is disabled by default in Microsoft Edge on Ubuntu Linux. The fix requires launching Edge with two flags: --enable-features=UseOzonePlatform and --ozone-platform=wayland. To avoid running Edge from the command line each time, you can edit the launch script at /opt/microsoft/msedge/microsoft-edge (requires root) to append these arguments. Be aware that Edge updates will overwrite this change, requiring you to reapply it.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodogmablog.bryanhogan.net/2025/07/enable-pinch-to-zoom-in-microsoft-edge-on-ubuntu-linux>

## Similar posts on daily.dev

- [Microsoft is adding four new Touchpad options to Windows 11, and they look pretty useful](https://daily.dev/posts/microsoft-is-adding-four-new-touchpad-options-to-windows-11-and-they-look-pretty-useful-u8jao6l6k) · XDA Developers · 38 upvotes · 1 comments
- [Microsoft Limits IE Mode In Edge Browser Citing Zero-Day Exploits](https://daily.dev/posts/microsoft-limits-ie-mode-in-edge-browser-citing-zero-day-exploits-fldna7vhd) · Latest Hacking News · 3 upvotes · 0 comments
- [The latest PowerToys update brings a useful Linux-like feature to Windows 11](https://daily.dev/posts/the-latest-powertoys-update-brings-a-useful-linux-like-feature-to-windows-11-ztvrorulk) · XDA Developers · 2 upvotes · 0 comments
- [Miracle-WM Adds Accessibility, Touchpad & Animation Options](https://daily.dev/posts/miracle-wm-adds-accessibility-touchpad-animation-options-0zxcan4ek) · omg\! ubuntu\! · 0 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux), [#ubuntu](https://daily.dev/tags/ubuntu), [#microsoft-edge](https://daily.dev/tags/microsoft-edge)

[View this post on daily.dev](https://daily.dev/posts/enable-pinch-to-zoom-in-microsoft-edge-on-ubuntu-linux-pavhmksux)
