简体   繁体   中英

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... I have tried to build in android and the keyboard shows up and I can type something.. I get this case only when I launch this apps in ios.. is there a way so that I can type something inside textfield of webview and shows the keyboard? this question is related to this https://github.com/flutter/flutter/issues/25436#issuecomment-649278727 and I have followed it by doing check in I/O->Keyboard->Toggle software keyboard in my Simulator menu, but the keyboard still doesn't show up

I had the same problem. The OP solved it like this :

I found the answer by doing this: doing "uncheck" in I/O->Keyboard->Toggle software keyboard in my Simulator menu

And a now deleted (I'm not sure why) answer by Guillaume Roux said:

Seems like it is an issue coming from your simulator. Try to display the simulator's keyboard using ⌘ + K.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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