简体   繁体   English

Android Webview键盘问题

[英]Android Webview Keyboard issues

we're developing a WebView based application. 我们正在开发基于WebView的应用程序。 Since recent update of "Android System Webview" (v. 59.0.3071.125) the soft keyboard has strange behaviors. “ Android System Webview” (v。59.0.3071.125)的最新更新以来,软键盘具有奇怪的行为。

  • It opens/closes slower when hopping between input controls 在输入控件之间跳转时,打开/关闭速度较慢
  • the soft keyboard even sometimes dissapearing for a while (when given a ENTER to go to the next input control) 软键盘有时会消失一会儿(当按ENTER键进入下一个输入控件时)
  • the keyboard looks like to be stopped working at all, it is visible but it look s like not 'linked' anymore to the active input control (while the cursor is blinking in the input control) 键盘似乎完全停止工作,可见,但看起来不再与活动的输入控件“链接”(当光标在输入控件中闪烁时)

All this was working well using "Android System WebView version 45.0.2425.95 but not anymore. New device cannot be downgraded. 使用“ Android系统WebView版本45.0.2425.95,但现在不行,这一切都可以很好地工作。新设备无法降级。

Does anybody has a solution to: 是否有人解决以下问题:

  • keep the keyboard connect to the webview's active input control 保持键盘连接到Webview的活动输入控件
  • faster showing the keyboard popup 更快显示键盘弹出窗口

thanks in advance 提前致谢

I had similar problems so i side-loaded earlier version of Android System WebView. 我遇到了类似的问题,因此我在侧面加载了较早版本的Android System WebView。 Please try uninstalling updates to Android System WebView from Settings->Apps->Android System WebView 请尝试从设置->应用程序-> Android系统WebView卸载对Android系统WebView的更新

And install earlier version like 55 from https://www.apkmirror.com/apk/google-inc/android-system-webview/android-system-webview-55-0-2883-91-release/ until further update comes to Android System WebView which rectifies the said problem. 并从https://www.apkmirror.com/apk/google-inc/android-system-webview/android-system-webview-55-0-2883-91-release/安装类似55的早期版本,直到进一步更新Android System WebView可解决上述问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM