termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.27k stars 3.32k forks source link

[Bug]: Side drawer is not opening #3865

Closed purnchndr closed 2 months ago

purnchndr commented 2 months ago

Problem description

Side drawer is not opening on swiping right from left edge when gesture navigation option is enable, it trigger back button.

Steps to reproduce the behavior.

Please increase the margin of swiping right from left edge area

What is the expected behavior?

No response

System information

twaik commented 2 months ago

Termux can not override system gestures. And when gesture is finished Android sends both back button and touch cancelling event, so recognizing back button and gesture end is not an option. It will break drawer behaviour for other users. https://github.com/termux/termux-app/issues/3798#issuecomment-1906401542