Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Disable double tab zoom in Edge browser

Featured Replies

Here is a little hint to disable the zoom when you make a double tab in windows Edge browser using a touch device.

(not my idea, just found it on the web)

 

Download the "Tampermonkey" MS Edge extension from the MS store and add this userscript:

// ==UserScript==
// @name         Disable Double-Tap Zoom Globally
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  disables nasty vendor-specific touch features that are annoying
// @author       The_GTA
// @match        *
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    window.document.body.style.touchAction = "manipulation";
})();

 

You have to make a new script and then just insert this single line:

window.document.body.style.touchAction = "manipulation";

And you have to change the "@match" line and set a wildcard  * there.

 

After that, you can double tab (or better said, use Remote CDU faster, without zooming in.

Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.