We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIR should have ability to get StageWebView access by native extension. It will allow to control WebView behavior and implement functionalities which not provided by AIR right now. I mean "native" object access https://developer.android.com/reference/android/webkit/WebView https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/?view=webview2-1.0.1938.49 https://developer.apple.com/documentation/webkit/wkwebview?language=objc
StageWebView
For example:
postMessage
It could be implemented the same way as it was with NativeWindow: #236
NativeWindow
Related issue: #2029 #1428 #1348
none May be write native extension with own webview implementation.
The text was updated successfully, but these errors were encountered:
Screen.mouseX
Screen.mouseY
UseWebView2
Activity::onUserInteraction()
No branches or pull requests
Feature Description
AIR should have ability to get
StageWebView
access by native extension. It will allow to control WebView behavior and implement functionalities which not provided by AIR right now.I mean "native" object access
https://developer.android.com/reference/android/webkit/WebView
https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/?view=webview2-1.0.1938.49
https://developer.apple.com/documentation/webkit/wkwebview?language=objc
For example:
StageWebView
scrollbar #2831postMessage
communications AIR SDK Announcements #1699 (comment)StageWebView
[Feature Request] HTTP/HTTPS proxy support #2368It could be implemented the same way as it was with
NativeWindow
: #236Related issue:
#2029
#1428
#1348
Known Workarounds
none
May be write native extension with own webview implementation.
The text was updated successfully, but these errors were encountered: