zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

cordova iOS input点击弹出键盘时崩溃

ios 点击 input 键盘 崩溃 Cordova
2023-09-14 09:04:15 时间

在点击input时通常会报约束的错误

[LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don’t want.

但是之前都能正常输入,今天一点击键盘还没有弹出,app就卡住了

后面把手机关机后重新启动又可以了