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
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
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
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 `