Skip to content
New issue

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

[Feature Request] WebView object access from native extension #2832

Open
itlancer opened this issue Sep 16, 2023 · 0 comments
Open

[Feature Request] WebView object access from native extension #2832

itlancer opened this issue Sep 16, 2023 · 0 comments
Labels

Comments

@itlancer
Copy link

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:

It could be implemented the same way as it was with NativeWindow: #236

Related issue:
#2029
#1428
#1348

Known Workarounds

none
May be write native extension with own webview implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant