简体   繁体   English

当文本字段集中在Android的代号中的webbrowser组件上时键盘不显示

[英]Keyboard not showing when textfield is focused on webbrowser component in codename for android

i have a problem with the web browser component for android on codename one. 我对代号为android的Web浏览器组件有问题。 I have loaded a webpage from my php server and it renders well in the web browser component but when i select an input field on a form it doesn't show the keyboard. 我已经从php服务器加载了一个网页,并且网页浏览器组件中的网页呈现效果很好,但是当我在表单上选择输入字段时,它不显示键盘。 Any help? 有什么帮助吗?

If element is focused during response of an ajax call, keypad is not shown in android and iphone. 如果在ajax调用的响应期间element处于焦点状态,则android和iphone中不会显示键盘。

for example during button click, function onFocus is called. 例如,在单击按钮期间,将调用onFocus函数。 function onFocus() { 1 // Ajax call is made 2 // if(response) element is focused. 函数onFocus(){1 //进行Ajax调用2 // //聚焦if(response)元素。 } }

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

相关问题 专注于Android 2.3上的EditText时键盘不显示 - Keyboard not showing up when focused on EditText on Android 2.3 Flutter - 当键盘出现在 android 上时,文本字段不显示 - Flutter - Textfield not showing up when keyboard appears on android 如何在EditText聚焦时禁用键盘显示? - How to disable keyboard showing when EditText focused? Flutter:键盘未在 Android 上与 Textfield 一起显示 - Flutter: keyboard not showing up with Textfield on Android 将 LazyColumn 和文本字段固定到屏幕底部。 当文本字段聚焦时,惰性列中的项目将其推到键盘下方 - Have LazyColumn and textfield pinned to bottom of screen. when textfield is focused, items in lazy column push it below keyboard 根据Android中的焦点元素在WebView中显示或隐藏键盘 - Showing or hiding the keyboard in a WebView depending on the focused element in Android 在 ListView 或 RecyclerView 中聚焦 EditText 时,键盘显示但滚动不起作用 - When focused EditText inside ListView or RecyclerView, the keyboard showing but scrolling not working 如何知道何时在Android WebView中关注文本字段? - how to know when and where a textfield is focused in an android webview? 当textField聚焦时显示TimePicker - Display TimePicker when textField is focused Android开发:在关注手机应用活动时,键盘上的快捷键 - Android development: hook shortcut on keyboard when phone app activity is focused
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM