Re: [I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-08 Thread via GitHub
jcesarmobile closed issue #1542: Make CDVPlugin's webView a WKWebView URL: https://github.com/apache/cordova-ios/issues/1542 -- 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

Re: [I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-08 Thread via GitHub
jcesarmobile commented on issue #1542: URL: https://github.com/apache/cordova-ios/issues/1542#issuecomment-2954315788 Since none exists we also don’t know if when it exists it would be a subclass of UIView. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-04 Thread via GitHub
dpogue commented on issue #1542: URL: https://github.com/apache/cordova-ios/issues/1542#issuecomment-2940473654 Personally, I'm slightly opposed to changing this because it would lock us in to supporting only WKWebView at a time when iOS support for 3rd party webviews is starting to be an o

[I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-04 Thread via GitHub
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 `