-
Notifications
You must be signed in to change notification settings - Fork 345
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
Chinese & Japanese Keyboards will damage shrinkView #3
Comments
Could you share a screenshot of what it looks like? Are you hiding the accessory bar? What version of iOS are you using? |
Yes, when I set hideFormAccessoryBar to true, the Chinese keyboard works well on the first init in app, but when the keyboard open again, it will damaged WebView when I tapped any words, it will cause the status bar to black in iOS, and push the WebView down. The iOS version is 8.3, But when I set hideFormAccessoryBar to false in Chinese keyboard, it works well. |
Thanks for the details. I've pushed a change to how hideFormAccessoryBar and the status bar works. Try installing the plugin using the github URL and see if it fixes the problem. |
I'm having trouble reproducing this situation. How do you get that specific chinese keyboard? |
I'm sorry I'm having trouble reproducing this last issue. Also, apparently the 10 Key keyboard is only available on phones from China. If you can reproduce the issue in a small sample project, I can take another look. |
OK,and thank you very much, you did good job! |
fix(android): add hideFormAccessoryBar alias to method hideKeyboardAccessoryBar
But it will damaged WebView when I tapped any words with Chinese or Japanese Keyboard, because these keyboards have a dynamic additional bar for select these input method words
The text was updated successfully, but these errors were encountered: