diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-28 10:44:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-28 10:44:40 -0400 |
| commit | 9f4f2563f0254a7dd900192c874c0b84f57042be (patch) | |
| tree | ba59bd6d7d0d8eb4a80cc317e510082351e0545a /static/usage.html | |
| parent | a9a3cf918214ba4a8f873ff4be9d309fce93e959 (diff) | |
clarify hold and swipe bypass for back gesture
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 10 |
1 files 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.</p> + 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.</p> <p>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 |
