jcesarmobile opened a new issue, #1542: URL: https://github.com/apache/cordova-ios/issues/1542
# Feature Request ## Motivation Behind Feature At the moment CDVPlugin's webView is a `UIView`, could we make it `WKWebView`? It's like that because in the past it was possible to be `UIWebView` or `WKWebView`, but `UIWebView` has been deprecated for years and using it will cause rejections on the App Store. So would be possible to make it `WKWebView`? Being a `UIView` causes issues like the category we added to it to make `scrollView` accessible. https://github.com/apache/cordova-ios/issues/1399 While the category is planned to be removed in cordova-ios 9, being a `WKWebView`, which already has a `scrollView` would simplify code in plugins that now have to rely on `respondsToSelector` or similar code. ## Alternatives or Workarounds not changing it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org