We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description An option in Preference to toggle Force show suggestions everywhere that will override mShouldShowSuggestions = !(mIsPasswordField || flagNoSuggestions); to mShouldShowSuggestions = !mIsPasswordField;
Force show suggestions everywhere
mShouldShowSuggestions = !(mIsPasswordField || flagNoSuggestions);
mShouldShowSuggestions = !mIsPasswordField;
This will fix #660 as a workaround. @Helium314, Would you please look at it?
The text was updated successfully, but these errors were encountered:
optimize keyboard height,and fix suggestions
23b19ab
problems not visible in many apps like playstore, kiwi browser... Fix openboard-team#660 openboard-team#745 openboard-team#747 openboard-team#275 openboard-team#418 openboard-team#507 openboard-team#345
resolved in PR #750 no need to add any other options or weird stuff, this follows the normal behavior of the aosp keyboard
Sorry, something went wrong.
No branches or pull requests
Description
An option in Preference to toggle
Force show suggestions everywhere
that will overridemShouldShowSuggestions = !(mIsPasswordField || flagNoSuggestions);
tomShouldShowSuggestions = !mIsPasswordField;
This will fix #660 as a workaround.
@Helium314, Would you please look at it?
The text was updated successfully, but these errors were encountered: