From 9f4f2563f0254a7dd900192c874c0b84f57042be Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Fri, 28 May 2021 10:44:40 -0400
Subject: [PATCH] clarify hold and swipe bypass for back gesture
---
static/usage.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/static/usage.html b/static/usage.html
index 7743bfae..62b59797 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -171,11 +171,11 @@
development of their UI design still haven't addressed this despite gestures
being the default for 2 years on Google Android. You can avoid triggering the
back gesture in one of 2 easy ways: avoid swiping from right near the edge or
- hold your finger on the side of the screen for a period of time before
- swiping. The more advanced option is using a diagonal swipe pointing sharply
- to the bottom of the screen since this will bypass the back gesture but will
- still trigger most app gestures. The advanced option is the most convenient
- approach once you get used to doing it.
+ hold your finger on the side of the screen for a moment before swiping. The
+ more advanced option is using a diagonal swipe pointing sharply to the bottom
+ of the screen since this will bypass the back gesture but will still trigger
+ most app gestures. The advanced option is the most convenient approach once
+ you get used to doing it.
The launcher uses a swipe up gesture starting anywhere on the screen to
open the app drawer from the home screen. You need to start that gesture above