API error: <_UIKBCompatInputView: 0x13fd1d7c0; frame = (0 0; 0 0); layer = <CALayer: 0x1c4426e40>> returned 0 width, assuming UIViewNoIntrinsicMetric

喜你入骨 提交于 2019-12-03 05:32:16

Remove deprecated items from the forRoot config in app.module.ts

IonicModule.forRoot(),

Eg. remove these:

{
  scrollPadding: true,
  scrollAssist: false
}

See https://ionicframework.com/docs/utilities/config for more info.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!