简体   繁体   English

离子:第一次输入场焦点键盘只在IOS出现后才隐藏

[英]Ionic: first time input field focus keyboards hides right after coming up only on IOS

Hello fellow programmers, 程序员大家好,

I've been working on an app for a while now and I've been experiencing a problem with the keyboard. 我已经在应用程序上工作了一段时间,我一直遇到键盘问题。 When I tab on an input field for the first time the keyboard shows up, but hides afterwards. 当我第一次在输入字段上选中键盘时,键盘会显示,但之后会隐藏。 This happens in a short time. 这发生在很短的时间内。 When I tab the input field the second time it works normally. 当我第二次选择输入字段时,它正常工作。

I have no clue what the problem could be. 我不知道问题是什么。 I've installed the ionic-keyboard plugin and I thought the problem could be related with that plugin. 我已经安装了离子键盘插件,我认为问题可能与该插件有关。 So I've uninstalled it and re-installed it, but my problem wasn't solved. 所以我已经卸载它并重新安装它,但我的问题没有解决。

Any of you had a similar problem? 你们中有人有类似的问题吗?

If so, please let me know! 如果是这样,请告诉我!

I would be grateful if someone could give me the solution or at least point me into the right direction. 如果有人能给我解决方案或者至少指出我正确的方向,我将不胜感激。

Thanks. 谢谢。

I've solved the problem by un-installing the ionic-plugin-keyboard. 我通过卸载离子插件键盘解决了这个问题。 This plugin was causing the problem for iOS keyboard to glitch. 这个插件导致iOS键盘问题出现故障。 After I de-activated it, the keyboard worked smoothly. 取消激活后,键盘运行顺畅。

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

相关问题 离子框架iOS输入焦点问题 - ionic framework iOS input focus issues 首次呈现搜索控制器后,iOS 11会隐藏范围栏 - iOS 11 hides scope bar after first presentation of the search controller 专注于输入字段和方向更改会影响iOS 6 Safari上的缩放级别 - Focus on input field and orientation change messes up zoom level on iOS 6 Safari Swift / iOS8:仅允许某些键盘 - Swift/iOS8: allow only certain keyboards iOS应用程序仅显示表情符号和英文键盘 - iOS application only show Emoji & English keyboards UIWebView仅在输入焦点iOS 6上向下滚动 - UIWebView scrolling down on input focus iOS 6 only UIWebView中的键盘显示然后隐藏在输入焦点上 - keyboard in UIWebView shows and then hides itself on input focus iOS出于某种原因从第一个输入元素窃取了焦点 - IOS steals focus from first input element for some reason 如果键盘隐藏了ANY元素而不仅仅是文本字段,则将视图向上移动(不带导航栏) - Moving the view up (without the navigation bar) if keyboard hides ANY element and not only a text field 如何以编程方式将文本输入集中在iOS中,来自select标记的可信onchange事件? - How to programmatically focus a text input in iOS, coming from a trusted onchange event of a select tag?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM