离子卡在 iPhone 中缓慢滚动

ion-cards scrolls slowly in iPhone

我用离子卡制作了一个页面,显示了项目列表,但问题是当我快速滚动列表时它在 android 设备上完美运行(即流畅的体验)但问题来了在 iPhone 设备中,它在所有 iPhone 设备中滚动非常缓慢(即滚动时滞后)。请就此发表您的看法。提前致谢

我使用了 WkWebViewEngine 而不是 UIWebViewEngine,这解决了我的滚动问题,但出现了新问题。通过 WkWebView does not allow PUT method in iOS devices using ionic3