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

   The problem with this approach is that it exposes WebKit-specific API (by 
exposing `WKNavigationAction`) as part of Cordova's API, and we try not to do 
that so that we don't end up with breaking API changes when Apple decides to 
change something. We had a bunch of issues in the past due to the deprecation 
of `UIWebView` impacting our plugin API and breaking a bunch of 3rd party 
plugins.
   
   What information about the frame do you need specifically? I'm guessing the 
security origin?


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