输入在IOS模拟器上的Ionic应用程序中不起作用

时间:2018-10-10 12:17:58

标签: ios cordova ionic3

我在xcode中构建离子应用程序。它是在模拟器(iPhone XS)中启动的,没有错误,但是当我单击输入时,它没有聚焦。

我该如何解决这个问题?

调试输出:

2018-10-10 15:06:36.086338+0300 TiH Mobile[32564:860565] ****** ERROR ******
2018-10-10 15:07:30.200169+0300 TiH Mobile[32564:860565] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/skhalimonov/Library/Developer/CoreSimulator/Devices/50E14C60-CD7D-4020-944B-FED0F68CE15A/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

2018-10-10 15:07:30.201144+0300 TiH Mobile[32564:860565] [MC] Reading from private effective user settings.

2018-10-10 15:07:30.360117+0300 TiH Mobile[32564:860565] API error: <_UIKBCompatInputView: 0x7fdb27e18af0; frame = (0 0; 0 0); layer = <CALayer: 0x6000015bf120>> returned 0 width, assuming UIViewNoIntrinsicMetric

2018-10-10 15:07:30.360312+0300 TiH Mobile[32564:860565] API error: <_UIKBCompatInputView: 0x7fdb27e18af0; frame = (0 0; 0 0); layer = <CALayer: 0x6000015bf120>> returned 0 width, assuming UIViewNoIntrinsicMetric

离子信息:

Ionic:

   ionic (Ionic CLI)  : 4.1.2
   Ionic Framework    : ionic-angular 3.7.1
   @ionic/app-scripts : 2.1.4

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : browser 5.0.4, ios 4.5.5
   Cordova Plugins       : no whitelisted plugins (18 plugins total)

System:

   NodeJS : v8.12.0 (/usr/local/bin/node)
   npm    : 6.4.1
   OS     : macOS High Sierra
   Xcode  : Xcode 10.0 Build version 10A255

0 个答案:

没有答案