diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-06-14 12:57:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-06-14 12:57:41 -0400 |
| commit | dfdc172c37793951e5388831132788be0496a983 (patch) | |
| tree | 8386a8c3f2e253793fe93d2617bb6efed72f8d91 /static | |
| parent | 7429314a878527000ac3ea88ac37dd719b1520e1 (diff) | |
update info on gesture nav with legacy apps
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 6 |
1 files 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 @@ <p>Swiping from either the left or the right of the screen within the app (not the navigation bar) is the <strong>Back</strong> 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 |
