繁体   English   中英

webview 的 ios flutter 应用程序中的键盘不显示

[英]keyboard in webview of ios flutter apps doesn't show up

I am trying to show webview in my ios project apps, so I use webview_flutter 1.0.7 as the plugin, and inside the webview there is textfield and I need to type or input something there... but the keyboard doesn't show up ...我尝试在 android 中构建并且键盘出现并且我可以输入一些东西。我只有在 ios 中启动这个应用程序时才会遇到这种情况。有没有办法让我可以在 Z5A98E284E4FD01418D840DZ5 的文本字段中输入一些东西并显示键盘? 这个问题与这个https://github.com/flutter/flutter/issues/25436#issuecomment-649278727有关,我通过在我的模拟器菜单中检查 I/O->Keyboard->Toggle software keyboard 来跟踪它,但键盘仍然没有出现

我有同样的问题。 OP 这样解决了它:

我通过这样做找到了答案:在我的 Simulator 菜单中的 I/O->Keyboard->Toggle software keyboard 中执行“取消选中”

Guillaume Roux现在已删除(我不确定为什么)回答说:

似乎这是来自您的模拟器的问题。 尝试使用 ⌘ + K 显示模拟器的键盘。

暂无
暂无

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

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