From b381fbc04bb0946409d02fae2eb7e99329880129 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Sat, 19 Oct 2024 21:51:28 -0700 Subject: [PATCH] Disable pull-to-refresh --- emulator-patches/web-demo.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulator-patches/web-demo.html b/emulator-patches/web-demo.html index a379ac5..66bdf95 100644 --- a/emulator-patches/web-demo.html +++ b/emulator-patches/web-demo.html @@ -32,6 +32,10 @@ html, body { margin: 0; padding: 0; + + /* Prevent pull-to-refresh on mobile, since we use swipe gestures in a + * keyboard-less environment. */ + overscroll-behavior: none; } body {