From dfdc172c37793951e5388831132788be0496a983 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 14 Jun 2022 12:57:41 -0400 Subject: [PATCH] update info on gesture nav with legacy apps --- static/usage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/usage.html b/static/usage.html index 77f36880..45e08718 100644 --- a/static/usage.html +++ b/static/usage.html @@ -152,9 +152,9 @@

Swiping from either the left or the right of the screen within the app (not the navigation bar) is the Back gesture. Apps are supposed to avoid implementing conflicting gestures, but have the option to override this - gesture if they truly need to get rid of it. However, many apps without active - 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 + gesture if they truly need to get rid of it. Some legacy apps without active + development of their UI still haven't addressed this despite gestures being + the default for several 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 moment before swiping. The more advanced option is using a diagonal swipe pointing sharply to the bottom