clarify hold and swipe bypass for back gesture

This commit is contained in:
Daniel Micay 2021-05-28 10:44:40 -04:00
parent a9a3cf9182
commit 9f4f2563f0

View File

@ -171,11 +171,11 @@
development of their UI design still haven't addressed this despite gestures 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 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 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 hold your finger on the side of the screen for a moment before swiping. The
swiping. The more advanced option is using a diagonal swipe pointing sharply more advanced option is using a diagonal swipe pointing sharply to the bottom
to the bottom of the screen since this will bypass the back gesture but will of the screen since this will bypass the back gesture but will still trigger
still trigger most app gestures. The advanced option is the most convenient most app gestures. The advanced option is the most convenient approach once
approach once you get used to doing it.</p> you get used to doing it.</p>
<p>The launcher uses a swipe up gesture starting anywhere on the screen to <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 open the app drawer from the home screen. You need to start that gesture above