ios - 关于 UIAlertView 的弹出 和键盘的问题。
阿神
阿神 2017-04-17 17:50:24
0
3
692

大家有没有遇到这种问题:
举一个栗子:
在输入框 textfield 还在焦点状态时,keyboard弹出状态,这时候button触发action 呼叫alertview。这时候alertview上的button action 的方法是 push或pop ,在push或pop后 出现了键盘闪一下的状态。

形成原因:大致是因为键盘的收缩动画还没结束,但是已经push||pop了。出现了keyboard 闪一下的bug
版本:在iOS 8的情况下 出现了 ,iOS9+貌似没这个问题。

针对于这个问题,如何解决才是最恰当的

阿神
阿神

闭关修行中......

reply all(3)
PHPzhong

I have encountered something similar before. If I remember correctly, it seems to be solved by delaying a short period of time before performing a push or pop operation. The specific time needs to be tested.

刘奇

Stop editing the current page and then jump

Ty80

You can try adding a recycle keyboard in front of the push. In this case, the push will be executed after the keyboard is recycled

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template