dpogue commented on PR #1602:
URL: https://github.com/apache/cordova-ios/pull/1602#issuecomment-3885971851

   Ultimately, what plugin authors need to know is that this Cordova API is 
going to be removed in the next major version.
   
   This is a very niche API, used only by a handful of plugins that provide 
WKWebView-based webview implementations or WKWebView-based in-app browser 
implementations. Those affected plugins should do their own research to 
understand how the underlying WKProcessPool affects their plugin based on the 
iOS versions their plugin supports. For now, plugins might still need to use 
CDVWebViewProcessPoolFactory for proper support on iOS 13 and 14.
   
   This is a great example of the reason to keep WebKit-specific APIs out of 
Cordova's public API, because now our API deprecation is confused with Apple's 
(very poorly communicated) deprecation.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to