WkWebView does not allow PUT method in iOS devices using ionic3

人走茶凉 提交于 2019-12-13 00:45:35

问题


Earlier I was using UIWebViewEngine in my ionic 3 projects but this was resulting in slow scrolling of list in iOS devices. After going through http://jayantpaliwal.com/2017/07/tips-for-ionic-app-to-perform-better-in-ios/ I changed UIWebViewEngine to WkWebViewEngine, my scrolling issue got fixed, but now a new issue has raised. When performing a PUT request from an iOS device my server is giving "Method PUT is not allowed by access-control-allow-methods" but this is working fine in android device.

When I roll back to UIWebViewEngine, it is working fine but scrolling issue raised again.

Please suggest your solutions. Do we have do configuration in backed OR frontend

来源:https://stackoverflow.com/questions/56934125/wkwebview-does-not-allow-put-method-in-ios-devices-using-ionic3

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