tuarua / WebViewANE

WebView Adobe Air Native Extension for macOS 10.10+, Windows Desktop, iOS 9.0+ and Android 19+. This ANE provides access to a more modern webview from AIR.
Apache License 2.0
183 stars 53 forks source link

Keyboard Shortcuts do not work in Mac (copy, paste, etc) #276

Closed wverhoeven closed 3 years ago

wverhoeven commented 3 years ago

Answer the below. DO NOT DELETE!!

tuarua commented 3 years ago

Latest 2.16.0 Added handling for cut, copy, paste to WKWebView

wverhoeven commented 3 years ago

Cut, copy, paste are working in the main webview, but not working in new windows.

tuarua commented 3 years ago

I am still investigating a reliable solution which will work for the main and child windows. Unfortunately Apple's WKWebview doesn't implement these keyboard shortcuts so I have to add workaround code and it's not straight forward as it needs to not interfere with AIR's keyboard shortcuts.

tuarua commented 3 years ago

See 2.17.0 Should now be working for all types of window