Skip to content
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

Keyboard switcher sometimes fills screen with both keyboards #6

Open
vanitasvitae opened this issue Aug 13, 2016 · 3 comments
Open
Labels

Comments

@vanitasvitae
Copy link

Hi
When I have the built-in math keyboard open, press the "normal-keyboard-button" on the left to open androids keyboard, then press the back button on my phone, followed by a press the button on the left again to open the built-in keyboard again, I end up with both, androids and the built-in keyboard open, which occupies all the space on my screen.

@icasdri
Copy link
Owner

icasdri commented Aug 13, 2016

Thanks for the notice. I've been noticing this as well. I think it might be due to Mather's use of toggleSoftInput to control the Android keyboard. But it seems that none of the other methods Android provides do what we want. Somehow, we need to detect whether the Android keyboard is open before calling it to open. (instead of assuming it'll toggle as expected).

@icasdri icasdri added the bug label Aug 13, 2016
@icasdri icasdri changed the title Problem with the keyboard Keyboard switcher sometimes fills screen with both keyboards Aug 13, 2016
@icasdri
Copy link
Owner

icasdri commented Oct 6, 2016

The keyboard switcher seems to consistently screw up (instead of just sometimes) with some user-installed custom keyboards such as SwiftKey.

@vanitasvitae
Copy link
Author

It's a pain to detect whether a keyboard is opened or not. WTF Google, u drunk? Its 2016!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants