shankari commented on issue #1239:
URL: https://github.com/apache/cordova-ios/issues/1239#issuecomment-1148162469

   I then checked the first three methods above against the apple documentation 
and they seem to be documented, public APIs in the webkit framework.
   
   - `applicationNameForUserAgent`: 
https://developer.apple.com/documentation/webkit/webview/1408381-applicationnameforuseragent
 (public, deprecated)
   - `dataTypes`: called on `WKWebsiteDataRecord`, 
https://developer.apple.com/documentation/webkit/wkwebsitedatarecord/1538007-datatypes?language=objc
 (public)
   - `initWithFrame:configuration`: called on WKWebView, 
https://developer.apple.com/documentation/webkit/wkwebview/1414998-initwithframe?language=objc
 (public)
   
   It looks like Apple's "non-public API usage" is not accounting for the 
public API for the WKWebView code, so it is breaking consistently for 
CordovaLib.
   
   @dpogue are the cordova maintainers already in contact with Apple? Or should 
I file a tech support ticket?


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