-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If keyboard toggle is enable/disable, the toggle doesn't work properly after leaving and opening the app #2112
Labels
Comments
agnostic-apollo
added a commit
to agnostic-apollo/termux-app
that referenced
this issue
Jun 6, 2021
1. If `soft-keyboard-toggle-behaviour=enable/disable` was set, then pressing keyboard toggle wouldn't show the keyboard after switching back from another app if keyboard was previously disabled by user. 2. If switching back from another app, like when opening url with context menu "Select URL" long press and returning to termux with back button, then soft keyboard wouldn't automatically open like it does on app startup. Fixes termux#2111, Fixes termux#2112
agnostic-apollo
added a commit
to agnostic-apollo/termux-app
that referenced
this issue
Jun 6, 2021
1. If `soft-keyboard-toggle-behaviour=enable/disable` was set, then pressing keyboard toggle wouldn't show the keyboard after switching back from another app if keyboard was previously disabled by user. 2. If switching back from another app, like when opening url with context menu "Select URL" long press and returning to termux with back button, then soft keyboard wouldn't automatically open like it does on app startup. Also fixed issue where OnFocusChangeListener wasn't being set up if keyboard had to be hidden or disabled on startup. Fixes termux#2111, Fixes termux#2112
agnostic-apollo
added a commit
to agnostic-apollo/termux-app
that referenced
this issue
Jun 6, 2021
1. If `soft-keyboard-toggle-behaviour=enable/disable` was set, then pressing keyboard toggle wouldn't show the keyboard after switching back from another app if keyboard was previously disabled by user. 2. If switching back from another app, like when opening url with context menu "Select URL" long press and returning to termux with back button, then soft keyboard wouldn't automatically open like it does on app startup. Also fixed issue where OnFocusChangeListener wasn't being set up if keyboard had to be hidden or disabled on startup. Fixes termux#2111, Fixes termux#2112
AdamMickiewich
pushed a commit
to VolyaTeam/dzida-app
that referenced
this issue
Aug 8, 2022
1. If `soft-keyboard-toggle-behaviour=enable/disable` was set, then pressing keyboard toggle wouldn't show the keyboard after switching back from another app if keyboard was previously disabled by user. 2. If switching back from another app, like when opening url with context menu "Select URL" long press and returning to termux with back button, then soft keyboard wouldn't automatically open like it does on app startup. Also fixed issue where OnFocusChangeListener wasn't being set up if keyboard had to be hidden or disabled on startup. Fixes termux#2111, Fixes termux#2112
shrihankp
pushed a commit
to reisxd/termux-app
that referenced
this issue
Oct 20, 2022
1. If `soft-keyboard-toggle-behaviour=enable/disable` was set, then pressing keyboard toggle wouldn't show the keyboard after switching back from another app if keyboard was previously disabled by user. 2. If switching back from another app, like when opening url with context menu "Select URL" long press and returning to termux with back button, then soft keyboard wouldn't automatically open like it does on app startup. Also fixed issue where OnFocusChangeListener wasn't being set up if keyboard had to be hidden or disabled on startup. Fixes termux#2111, Fixes termux#2112
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
If you use the option to enable/disable the keyboard and back out of the app with the keyboard disabled, it can't be enabled with the keyboard toggle alone when entering the app again.
Steps to reproduce
soft-keyboard-toggle-behaviour = enable/disable
.Expected behavior
The keyboard should open when I press the toggle. Currently nothing happens. To open the keyboard I have to press the terminal view after pressing the toggle.
The text was updated successfully, but these errors were encountered: