webview icon indicating copy to clipboard operation
webview copied to clipboard

[macOS] Private API usage

Open rajivshah3 opened this issue 5 years ago • 12 comments
trafficstars

The commit introducing clipboard access uses private APIs for its macOS implementation. This can result in App Review rejection for apps submitted to the Mac App Store. We should try to find another way to do this without using private APIs.

https://github.com/webview/webview/blob/94445826073456f76639696eb371488cf15ab3b1/webview.h#L631-L638

https://github.com/WebKit/webkit/blob/950143da027e80924b4bb86defa8a3f21fd3fb1e/Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h#L226

rajivshah3 avatar Jul 19 '20 19:07 rajivshah3