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] StageWebView/HTMLLoader "click through" transparent region support #223

Open
itlancer opened this issue Feb 5, 2020 · 0 comments

Comments

@itlancer
Copy link

itlancer commented Feb 5, 2020

Feature Description

"click through" transparent region of StageWebView or HTMLLoader could be valuable to create applications with combination of DisplayList or Stage3D with HTML content displayed over it.
It supported by Electron and NW.js for example.

Right now there is no way to interact by mouse/touch with Stage below StageWebView or HTMLLoader (even with HTMLLoader::paintsDefaultBackground=false) (StageWebView doesn't support transparent background at all right now).

Sometimes it is important to display HTML content over AS3/AIR application and interact with UI below some transparent regions of such web pages.
There is no need to implement this feature for HTMLLoader if StageWebView in future provide AS3<->JS communication, navigation, more events, more control, DOM access, support for using with DisplayList and so on.

Related issues (not the same):
#143
#128

Known Workarounds

Write your own native extension with "WebView" (browser) implementation.

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

No branches or pull requests

1 participant